Skip to content

Commit

Permalink
imxrt: flexio guard move lower to allow other drivers to it
Browse files Browse the repository at this point in the history
  • Loading branch information
PetervdPerk-NXP committed Dec 21, 2023
1 parent 274bff2 commit c331510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/src/imxrt/imxrt_flexio.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
#include "imxrt_config.h"
#include "hardware/imxrt_flexio.h"

#ifdef CONFIG_IMXRT_FLEXIO

/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
Expand Down Expand Up @@ -240,6 +238,8 @@ enum flexio_shifter_buffer_type_e
FLEXIO_SHIFTER_BUFFER_NIBBLE_SWAPPED = 0x6u, /* Shifter Buffer N Nibble Swapped Register. */
};

#ifdef CONFIG_IMXRT_FLEXIO

struct flexio_timer_config_s
{
uint32_t trigger_select;
Expand Down

0 comments on commit c331510

Please sign in to comment.