Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/i2s/
Dfsl_flexio_i2s.c177 timerConfig.timerEnable = kFLEXIO_TimerEnableOnPrevTimerEnable; in FLEXIO_I2S_Init()
194 timerConfig.timerEnable = kFLEXIO_TimerEnableOnPinRisingEdge; in FLEXIO_I2S_Init()
214 timerConfig.timerEnable = kFLEXIO_TimerEnableOnTriggerHigh; in FLEXIO_I2S_Init()
231 timerConfig.timerEnable = kFLEXIO_TimerEnableOnPinRisingEdgeTriggerHigh; in FLEXIO_I2S_Init()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/i2c/
Dfsl_flexio_i2c_master.c688 timerConfig.timerEnable = kFLEXIO_TimerEnableOnTriggerHigh; in FLEXIO_I2C_MasterInit()
713 timerConfig.timerEnable = kFLEXIO_TimerEnableOnTriggerHigh; in FLEXIO_I2C_MasterInit()
732 timerConfig.timerEnable = kFLEXIO_TimerEnableOnPrevTimerEnable; in FLEXIO_I2C_MasterInit()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/spi/
Dfsl_flexio_spi.c310 timerConfig.timerEnable = kFLEXIO_TimerEnableOnTriggerHigh; in FLEXIO_SPI_MasterInit()
336 timerConfig.timerEnable = kFLEXIO_TimerEnableOnPrevTimerEnable; in FLEXIO_SPI_MasterInit()
512 timerConfig.timerEnable = kFLEXIO_TimerEnableOnTriggerRisingEdge; in FLEXIO_SPI_SlaveInit()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/uart/
Dfsl_flexio_uart.c184 timerConfig.timerEnable = kFLEXIO_TimerEnableOnTriggerHigh; in FLEXIO_UART_Init()
242 timerConfig.timerEnable = kFLEXIO_TimerEnableOnPinRisingEdge; in FLEXIO_UART_Init()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/camera/
Dfsl_flexio_camera.c126 timerConfig.timerEnable = kFLEXIO_TimerEnableOnTriggerRisingEdge; in FLEXIO_CAMERA_Init()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/
Dfsl_flexio.c320 … FLEXIO_TIMCFG_TIMENA(timerConfig->timerEnable) | FLEXIO_TIMCFG_TSTOP(timerConfig->timerStop) | in FLEXIO_SetTimerConfig()
Dfsl_flexio.h272 …flexio_timer_enable_condition_t timerEnable; /*!< Configures the condition that causes the Time… member