Home
last modified time | relevance | path

Searched refs:triggerPolarity (Results 1 – 9 of 9) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/i2s/
Dfsl_flexio_i2s.c167 timerConfig.triggerPolarity = kFLEXIO_TimerTriggerPolarityActiveHigh; in FLEXIO_I2S_Init()
184 timerConfig.triggerPolarity = kFLEXIO_TimerTriggerPolarityActiveHigh; in FLEXIO_I2S_Init()
204 timerConfig.triggerPolarity = kFLEXIO_TimerTriggerPolarityActiveLow; in FLEXIO_I2S_Init()
221 timerConfig.triggerPolarity = kFLEXIO_TimerTriggerPolarityActiveHigh; in FLEXIO_I2S_Init()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_adc/
Dfsl_adc.c415 switch (config->triggerPolarity) in ADC_SetConvSeqAConfig()
469 switch (config->triggerPolarity) in ADC_SetConvSeqBConfig()
Dfsl_adc.h301 … adc_trigger_polarity_t triggerPolarity; /*!< Select the trigger to launch conversion sequence. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/i2c/
Dfsl_flexio_i2c_master.c678 timerConfig.triggerPolarity = kFLEXIO_TimerTriggerPolarityActiveLow; in FLEXIO_I2C_MasterInit()
703 timerConfig.triggerPolarity = kFLEXIO_TimerTriggerPolarityActiveLow; in FLEXIO_I2C_MasterInit()
722 timerConfig.triggerPolarity = kFLEXIO_TimerTriggerPolarityActiveLow; in FLEXIO_I2C_MasterInit()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/spi/
Dfsl_flexio_spi.c300 timerConfig.triggerPolarity = kFLEXIO_TimerTriggerPolarityActiveLow; in FLEXIO_SPI_MasterInit()
326 timerConfig.triggerPolarity = kFLEXIO_TimerTriggerPolarityActiveHigh; in FLEXIO_SPI_MasterInit()
503 timerConfig.triggerPolarity = kFLEXIO_TimerTriggerPolarityActiveLow; in FLEXIO_SPI_SlaveInit()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/uart/
Dfsl_flexio_uart.c174 timerConfig.triggerPolarity = kFLEXIO_TimerTriggerPolarityActiveLow; in FLEXIO_UART_Init()
232 timerConfig.triggerPolarity = kFLEXIO_TimerTriggerPolarityActiveHigh; in FLEXIO_UART_Init()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/camera/
Dfsl_flexio_camera.c116 timerConfig.triggerPolarity = kFLEXIO_TimerTriggerPolarityActiveHigh; in FLEXIO_CAMERA_Init()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/
Dfsl_flexio.c326 FLEXIO_TIMCTL_TRGPOL(timerConfig->triggerPolarity) | in FLEXIO_SetTimerConfig()
Dfsl_flexio.h256 flexio_timer_trigger_polarity_t triggerPolarity; /*!< Trigger Polarity. */ member