imxrt: flexio guard move lower to allow other drivers to it
This commit is contained in:
parent
274bff234a
commit
0a41d040ac
@ -34,8 +34,6 @@
|
||||
#include "imxrt_config.h"
|
||||
#include "hardware/imxrt_flexio.h"
|
||||
|
||||
#ifdef CONFIG_IMXRT_FLEXIO
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user