Home
last modified time | relevance | path

Searched refs:timerDisable (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexio/i2s/
Dfsl_flexio_i2s.c176 timerConfig.timerDisable = kFLEXIO_TimerDisableNever; in FLEXIO_I2S_Init()
193 timerConfig.timerDisable = kFLEXIO_TimerDisableOnTimerCompare; in FLEXIO_I2S_Init()
213 timerConfig.timerDisable = kFLEXIO_TimerDisableNever; in FLEXIO_I2S_Init()
230 timerConfig.timerDisable = kFLEXIO_TimerDisableOnTimerCompareTriggerLow; in FLEXIO_I2S_Init()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexio/spi/
Dfsl_flexio_spi.c309 timerConfig.timerDisable = kFLEXIO_TimerDisableOnTimerCompare; in FLEXIO_SPI_MasterInit()
335 timerConfig.timerDisable = kFLEXIO_TimerDisableOnPreTimerDisable; in FLEXIO_SPI_MasterInit()
516 timerConfig.timerDisable = kFLEXIO_TimerDisableOnTimerCompare; in FLEXIO_SPI_SlaveInit()
521 timerConfig.timerDisable = kFLEXIO_TimerDisableOnTriggerFallingEdge; in FLEXIO_SPI_SlaveInit()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexio/i2c/
Dfsl_flexio_i2c_master.c687 timerConfig.timerDisable = kFLEXIO_TimerDisableOnPreTimerDisable; in FLEXIO_I2C_MasterInit()
712 timerConfig.timerDisable = kFLEXIO_TimerDisableOnTimerCompare; in FLEXIO_I2C_MasterInit()
731 timerConfig.timerDisable = kFLEXIO_TimerDisableOnPreTimerDisable; in FLEXIO_I2C_MasterInit()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexio/camera/
Dfsl_flexio_camera.c125 timerConfig.timerDisable = kFLEXIO_TimerDisableOnTriggerFallingEdge; in FLEXIO_CAMERA_Init()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexio/uart/
Dfsl_flexio_uart.c183 timerConfig.timerDisable = kFLEXIO_TimerDisableOnTimerCompare; in FLEXIO_UART_Init()
241 timerConfig.timerDisable = kFLEXIO_TimerDisableOnTimerCompare; in FLEXIO_UART_Init()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexio/
Dfsl_flexio.c319 … FLEXIO_TIMCFG_TIMRST(timerConfig->timerReset) | FLEXIO_TIMCFG_TIMDIS(timerConfig->timerDisable) | in FLEXIO_SetTimerConfig()
Dfsl_flexio.h270 …flexio_timer_disable_condition_t timerDisable; /*!< Configures the condition that causes the Time… member