Home
last modified time | relevance | path

Searched refs:FLEXIO_TIMCFG_TIMDIS (Results 1 – 25 of 132) sorted by relevance

123456

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/spi/
Dfsl_flexio_spi_dma.c495 …base->flexioBase->TIMCFG[base->timerIndex[0]] |= FLEXIO_TIMCFG_TIMDIS(kFLEXIO_TimerDisableOnTrigge… in FLEXIO_SPI_SlaveTransferDMA()
504 FLEXIO_TIMCFG_TIMDIS(kFLEXIO_TimerDisableOnTimerCompare); in FLEXIO_SPI_SlaveTransferDMA()
510 FLEXIO_TIMCFG_TIMDIS(kFLEXIO_TimerDisableOnTriggerFallingEdge); in FLEXIO_SPI_SlaveTransferDMA()
Dfsl_flexio_spi_edma.c519 …base->flexioBase->TIMCFG[base->timerIndex[0]] |= FLEXIO_TIMCFG_TIMDIS(kFLEXIO_TimerDisableOnTrigge… in FLEXIO_SPI_SlaveTransferEDMA()
528 FLEXIO_TIMCFG_TIMDIS(kFLEXIO_TimerDisableOnTimerCompare); in FLEXIO_SPI_SlaveTransferEDMA()
534 FLEXIO_TIMCFG_TIMDIS(kFLEXIO_TimerDisableOnTriggerFallingEdge); in FLEXIO_SPI_SlaveTransferEDMA()
Dfsl_flexio_spi.c1423 …base->flexioBase->TIMCFG[base->timerIndex[0]] |= FLEXIO_TIMCFG_TIMDIS(kFLEXIO_TimerDisableOnTrigge… in FLEXIO_SPI_SlaveTransferNonBlocking()
1432 FLEXIO_TIMCFG_TIMDIS(kFLEXIO_TimerDisableOnTimerCompare); in FLEXIO_SPI_SlaveTransferNonBlocking()
1438 FLEXIO_TIMCFG_TIMDIS(kFLEXIO_TimerDisableOnTriggerFallingEdge); in FLEXIO_SPI_SlaveTransferNonBlocking()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/mculcd/
Dfsl_flexio_mculcd.c350 …FLEXIO_TIMCFG_TIMRST(kFLEXIO_TimerResetNever) | FLEXIO_TIMCFG_TIMDIS(kFLEXIO_TimerDisableOnTimerCo… in FLEXIO_MCULCD_SetSingleBeatWriteConfig()
444 …FLEXIO_TIMCFG_TIMRST(kFLEXIO_TimerResetNever) | FLEXIO_TIMCFG_TIMDIS(kFLEXIO_TimerDisableOnTimerCo… in FLEXIO_MCULCD_SetSingleBeatReadConfig()
554 …FLEXIO_TIMCFG_TIMRST(kFLEXIO_TimerResetNever) | FLEXIO_TIMCFG_TIMDIS(kFLEXIO_TimerDisableOnTimerCo… in FLEXIO_MCULCD_SetMultiBeatsWriteConfig()
681 …FLEXIO_TIMCFG_TIMRST(kFLEXIO_TimerResetNever) | FLEXIO_TIMCFG_TIMDIS(kFLEXIO_TimerDisableOnTimerCo… in FLEXIO_MCULCD_SetMultiBeatsReadConfig()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/i2c/
Dfsl_flexio_i2c_master.c199 tmpConfig |= FLEXIO_TIMCFG_TIMDIS(kFLEXIO_TimerDisableOnPreTimerDisable); in FLEXIO_I2C_MasterTransferInitStateMachine()
951 timerConfig |= FLEXIO_TIMCFG_TIMDIS(kFLEXIO_TimerDisableOnTimerCompare); in FLEXIO_I2C_MasterSetTransferCount()
1017 tmpConfig |= FLEXIO_TIMCFG_TIMDIS(kFLEXIO_TimerDisableOnPinBothEdge); in FLEXIO_I2C_MasterAbortStop()
1023 tmpConfig |= FLEXIO_TIMCFG_TIMDIS(kFLEXIO_TimerDisableOnPinBothEdge); in FLEXIO_I2C_MasterAbortStop()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/
Dfsl_flexio.c319 … FLEXIO_TIMCFG_TIMRST(timerConfig->timerReset) | FLEXIO_TIMCFG_TIMDIS(timerConfig->timerDisable) | in FLEXIO_SetTimerConfig()
/hal_nxp-latest/s32/drivers/s32k1/BaseNXP/header/
DS32K142_FLEXIO.h432 #define FLEXIO_TIMCFG_TIMDIS(x) (((uint32_t)(((uint32_t)(x)) << FLEXIO_TIMCFG_TIMD… macro
DS32K148_FLEXIO.h432 #define FLEXIO_TIMCFG_TIMDIS(x) (((uint32_t)(((uint32_t)(x)) << FLEXIO_TIMCFG_TIMD… macro
DS32K118_FLEXIO.h432 #define FLEXIO_TIMCFG_TIMDIS(x) (((uint32_t)(((uint32_t)(x)) << FLEXIO_TIMCFG_TIMD… macro
DS32K116_FLEXIO.h432 #define FLEXIO_TIMCFG_TIMDIS(x) (((uint32_t)(((uint32_t)(x)) << FLEXIO_TIMCFG_TIMD… macro
DS32K142W_FLEXIO.h432 #define FLEXIO_TIMCFG_TIMDIS(x) (((uint32_t)(((uint32_t)(x)) << FLEXIO_TIMCFG_TIMD… macro
DS32K146_FLEXIO.h432 #define FLEXIO_TIMCFG_TIMDIS(x) (((uint32_t)(((uint32_t)(x)) << FLEXIO_TIMCFG_TIMD… macro
DS32K144_FLEXIO.h432 #define FLEXIO_TIMCFG_TIMDIS(x) (((uint32_t)(((uint32_t)(x)) << FLEXIO_TIMCFG_TIMD… macro
DS32K144W_FLEXIO.h432 #define FLEXIO_TIMCFG_TIMDIS(x) (((uint32_t)(((uint32_t)(x)) << FLEXIO_TIMCFG_TIMD… macro
/hal_nxp-latest/s32/drivers/s32k3/BaseNXP/header/
DS32K344_FLEXIO.h613 #define FLEXIO_TIMCFG_TIMDIS(x) (((uint32_t)(((uint32_t)(x)) << FLEXIO_TIMCFG_TIMD… macro
/hal_nxp-latest/mcux/mcux-sdk/devices/MKL17Z644/
DMKL17Z644.h2217 #define FLEXIO_TIMCFG_TIMDIS(x) (((uint32_t)(((uint32_t)(x)) << FLEXIO_TIMCFG_TIMD… macro
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC141/
DMCXC141.h2462 #define FLEXIO_TIMCFG_TIMDIS(x) (((uint32_t)(((uint32_t)(x)) << FLEXIO_TIMCFG_TIMD… macro
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC142/
DMCXC142.h2460 #define FLEXIO_TIMCFG_TIMDIS(x) (((uint32_t)(((uint32_t)(x)) << FLEXIO_TIMCFG_TIMD… macro
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC242/
DMCXC242.h2462 #define FLEXIO_TIMCFG_TIMDIS(x) (((uint32_t)(((uint32_t)(x)) << FLEXIO_TIMCFG_TIMD… macro
/hal_nxp-latest/mcux/mcux-sdk/devices/MKL27Z644/
DMKL27Z644.h2226 #define FLEXIO_TIMCFG_TIMDIS(x) (((uint32_t)(((uint32_t)(x)) << FLEXIO_TIMCFG_TIMD… macro
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC144/
DMCXC144.h2320 #define FLEXIO_TIMCFG_TIMDIS(x) (((uint32_t)(((uint32_t)(x)) << FLEXIO_TIMCFG_TIMD… macro
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC143/
DMCXC143.h2320 #define FLEXIO_TIMCFG_TIMDIS(x) (((uint32_t)(((uint32_t)(x)) << FLEXIO_TIMCFG_TIMD… macro
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC243/
DMCXC243.h2318 #define FLEXIO_TIMCFG_TIMDIS(x) (((uint32_t)(((uint32_t)(x)) << FLEXIO_TIMCFG_TIMD… macro
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC244/
DMCXC244.h2320 #define FLEXIO_TIMCFG_TIMDIS(x) (((uint32_t)(((uint32_t)(x)) << FLEXIO_TIMCFG_TIMD… macro
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE12Z7/
DMKE12Z7.h3994 #define FLEXIO_TIMCFG_TIMDIS(x) (((uint32_t)(((uint32_t)(x)) << FLEXIO_TIMCFG_TIMD… macro

123456