imxrt: flexio guard move lower to allow other drivers to it

This commit is contained in:
Peter van der Perk 2023-12-21 16:58:36 +01:00 committed by Alan Carvalho de Assis
parent 274bff234a
commit 0a41d040ac

View File

@ -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;