Home
last modified time | relevance | path

Searched refs:TIMCFG (Results 1 – 25 of 136) sorted by relevance

123456

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/spi/
Dfsl_flexio_spi_dma.c363 base->flexioBase->TIMCFG[base->timerIndex[0]] = in FLEXIO_SPI_MasterTransferDMA()
364 (base->flexioBase->TIMCFG[base->timerIndex[0]] & ~FLEXIO_TIMCFG_TSTOP_MASK) | in FLEXIO_SPI_MasterTransferDMA()
369 base->flexioBase->TIMCFG[base->timerIndex[0]] = in FLEXIO_SPI_MasterTransferDMA()
370 (base->flexioBase->TIMCFG[base->timerIndex[0]] & ~FLEXIO_TIMCFG_TSTOP_MASK) | in FLEXIO_SPI_MasterTransferDMA()
495 …base->flexioBase->TIMCFG[base->timerIndex[0]] |= FLEXIO_TIMCFG_TIMDIS(kFLEXIO_TimerDisableOnTrigge… in FLEXIO_SPI_SlaveTransferDMA()
502 base->flexioBase->TIMCFG[base->timerIndex[0]] = in FLEXIO_SPI_SlaveTransferDMA()
503 (base->flexioBase->TIMCFG[base->timerIndex[0]] & ~FLEXIO_TIMCFG_TIMDIS_MASK) | in FLEXIO_SPI_SlaveTransferDMA()
508 base->flexioBase->TIMCFG[base->timerIndex[0]] = in FLEXIO_SPI_SlaveTransferDMA()
509 (base->flexioBase->TIMCFG[base->timerIndex[0]] & ~FLEXIO_TIMCFG_TIMDIS_MASK) | in FLEXIO_SPI_SlaveTransferDMA()
Dfsl_flexio_spi_edma.c389 base->flexioBase->TIMCFG[base->timerIndex[0]] = in FLEXIO_SPI_MasterTransferEDMA()
390 (base->flexioBase->TIMCFG[base->timerIndex[0]] & ~FLEXIO_TIMCFG_TSTOP_MASK) | in FLEXIO_SPI_MasterTransferEDMA()
395 base->flexioBase->TIMCFG[base->timerIndex[0]] = in FLEXIO_SPI_MasterTransferEDMA()
396 (base->flexioBase->TIMCFG[base->timerIndex[0]] & ~FLEXIO_TIMCFG_TSTOP_MASK) | in FLEXIO_SPI_MasterTransferEDMA()
519 …base->flexioBase->TIMCFG[base->timerIndex[0]] |= FLEXIO_TIMCFG_TIMDIS(kFLEXIO_TimerDisableOnTrigge… in FLEXIO_SPI_SlaveTransferEDMA()
526 base->flexioBase->TIMCFG[base->timerIndex[0]] = in FLEXIO_SPI_SlaveTransferEDMA()
527 (base->flexioBase->TIMCFG[base->timerIndex[0]] & ~FLEXIO_TIMCFG_TIMDIS_MASK) | in FLEXIO_SPI_SlaveTransferEDMA()
532 base->flexioBase->TIMCFG[base->timerIndex[0]] = in FLEXIO_SPI_SlaveTransferEDMA()
533 (base->flexioBase->TIMCFG[base->timerIndex[0]] & ~FLEXIO_TIMCFG_TIMDIS_MASK) | in FLEXIO_SPI_SlaveTransferEDMA()
Dfsl_flexio_spi.c356 base->flexioBase->TIMCFG[base->timerIndex[0]] = 0; in FLEXIO_SPI_MasterDeinit()
359 base->flexioBase->TIMCFG[base->timerIndex[1]] = 0; in FLEXIO_SPI_MasterDeinit()
821 base->flexioBase->TIMCFG[base->timerIndex[0]] = in FLEXIO_SPI_MasterTransferBlocking()
822 (base->flexioBase->TIMCFG[base->timerIndex[0]] & ~FLEXIO_TIMCFG_TSTOP_MASK) | in FLEXIO_SPI_MasterTransferBlocking()
827 base->flexioBase->TIMCFG[base->timerIndex[0]] = in FLEXIO_SPI_MasterTransferBlocking()
828 (base->flexioBase->TIMCFG[base->timerIndex[0]] & ~FLEXIO_TIMCFG_TSTOP_MASK) | in FLEXIO_SPI_MasterTransferBlocking()
1108 base->flexioBase->TIMCFG[base->timerIndex[0]] = in FLEXIO_SPI_MasterTransferNonBlocking()
1109 (base->flexioBase->TIMCFG[base->timerIndex[0]] & ~FLEXIO_TIMCFG_TSTOP_MASK) | in FLEXIO_SPI_MasterTransferNonBlocking()
1114 base->flexioBase->TIMCFG[base->timerIndex[0]] = in FLEXIO_SPI_MasterTransferNonBlocking()
1115 (base->flexioBase->TIMCFG[base->timerIndex[0]] & ~FLEXIO_TIMCFG_TSTOP_MASK) | in FLEXIO_SPI_MasterTransferNonBlocking()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/i2c/
Dfsl_flexio_i2c_master.c197 uint32_t tmpConfig = base->flexioBase->TIMCFG[base->timerIndex[1]]; in FLEXIO_I2C_MasterTransferInitStateMachine()
200 base->flexioBase->TIMCFG[base->timerIndex[1]] = tmpConfig; in FLEXIO_I2C_MasterTransferInitStateMachine()
771 base->flexioBase->TIMCFG[base->timerIndex[0]] = 0; in FLEXIO_I2C_MasterDeinit()
774 base->flexioBase->TIMCFG[base->timerIndex[1]] = 0; in FLEXIO_I2C_MasterDeinit()
777 base->flexioBase->TIMCFG[base->timerIndex[2]] = 0; in FLEXIO_I2C_MasterDeinit()
949 timerConfig = flexioBase->TIMCFG[base->timerIndex[0]]; in FLEXIO_I2C_MasterSetTransferCount()
952 flexioBase->TIMCFG[base->timerIndex[0]] = timerConfig; in FLEXIO_I2C_MasterSetTransferCount()
1015 tmpConfig = base->flexioBase->TIMCFG[base->timerIndex[0]]; in FLEXIO_I2C_MasterAbortStop()
1018 base->flexioBase->TIMCFG[base->timerIndex[0]] = tmpConfig; in FLEXIO_I2C_MasterAbortStop()
1021 tmpConfig = base->flexioBase->TIMCFG[base->timerIndex[1]]; in FLEXIO_I2C_MasterAbortStop()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/mculcd/
Dfsl_flexio_mculcd.c347 base->flexioBase->TIMCFG[base->timerIndex] = in FLEXIO_MCULCD_SetSingleBeatWriteConfig()
386 base->flexioBase->TIMCFG[base->timerIndex] = 0U; in FLEXIO_MCULCD_ClearSingleBeatWriteConfig()
441 base->flexioBase->TIMCFG[base->timerIndex] = in FLEXIO_MCULCD_SetSingleBeatReadConfig()
482 base->flexioBase->TIMCFG[base->timerIndex] = 0U; in FLEXIO_MCULCD_ClearSingleBeatReadConfig()
551 base->flexioBase->TIMCFG[base->timerIndex] = in FLEXIO_MCULCD_SetMultiBeatsWriteConfig()
593 base->flexioBase->TIMCFG[base->timerIndex] = 0U; in FLEXIO_MCULCD_ClearMultiBeatsWriteConfig()
678 base->flexioBase->TIMCFG[base->timerIndex] = in FLEXIO_MCULCD_SetMultiBeatsReadConfig()
714 base->flexioBase->TIMCFG[base->timerIndex] = 0U; in FLEXIO_MCULCD_ClearMultiBeatsReadConfig()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/
Dfsl_flexio.h533 uint32_t reg = base->TIMCFG[index]; in FLEXIO_SetClockMode()
539 base->TIMCFG[index] = reg; in FLEXIO_SetClockMode()
Dfsl_flexio.c317 base->TIMCFG[index] = in FLEXIO_SetTimerConfig()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/uart/
Dfsl_flexio_uart.c266 base->flexioBase->TIMCFG[base->timerIndex[0]] = 0; in FLEXIO_UART_Deinit()
269 base->flexioBase->TIMCFG[base->timerIndex[1]] = 0; in FLEXIO_UART_Deinit()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/camera/
Dfsl_flexio_camera.c148 base->flexioBase->TIMCFG[base->timerIdx] = 0; in FLEXIO_CAMERA_Deinit()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/i2s/
Dfsl_flexio_i2s.c286 base->flexioBase->TIMCFG[base->fsTimerIndex] = 0; in FLEXIO_I2S_Deinit()
289 base->flexioBase->TIMCFG[base->bclkTimerIndex] = 0; in FLEXIO_I2S_Deinit()
/hal_nxp-latest/s32/drivers/s32k1/BaseNXP/header/
DS32K142_FLEXIO.h112 …__IO uint32_t TIMCFG[FLEXIO_TIMCFG_COUNT]; /**< Timer Configuration N Register, array offset… member
DS32K148_FLEXIO.h112 …__IO uint32_t TIMCFG[FLEXIO_TIMCFG_COUNT]; /**< Timer Configuration N Register, array offset… member
DS32K118_FLEXIO.h112 …__IO uint32_t TIMCFG[FLEXIO_TIMCFG_COUNT]; /**< Timer Configuration N Register, array offset… member
DS32K116_FLEXIO.h112 …__IO uint32_t TIMCFG[FLEXIO_TIMCFG_COUNT]; /**< Timer Configuration N Register, array offset… member
DS32K142W_FLEXIO.h112 …__IO uint32_t TIMCFG[FLEXIO_TIMCFG_COUNT]; /**< Timer Configuration N Register, array offset… member
DS32K146_FLEXIO.h112 …__IO uint32_t TIMCFG[FLEXIO_TIMCFG_COUNT]; /**< Timer Configuration N Register, array offset… member
DS32K144_FLEXIO.h112 …__IO uint32_t TIMCFG[FLEXIO_TIMCFG_COUNT]; /**< Timer Configuration N Register, array offset… member
DS32K144W_FLEXIO.h112 …__IO uint32_t TIMCFG[FLEXIO_TIMCFG_COUNT]; /**< Timer Configuration N Register, array offset… member
/hal_nxp-latest/s32/drivers/s32k3/BaseNXP/header/
DS32K344_FLEXIO.h135 …__IO uint32_t TIMCFG[FLEXIO_TIMCFG_COUNT]; /**< Timer Configuration N Register, array offset… member
/hal_nxp-latest/mcux/mcux-sdk/devices/MKL17Z644/
DMKL17Z644.h1838 …__IO uint32_t TIMCFG[4]; /**< Timer Configuration N Register, array offset… member
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC141/
DMCXC141.h2026 …__IO uint32_t TIMCFG[4]; /**< Timer Configuration N Register, array offset… member
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC142/
DMCXC142.h2024 …__IO uint32_t TIMCFG[4]; /**< Timer Configuration N Register, array offset… member
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC242/
DMCXC242.h2026 …__IO uint32_t TIMCFG[4]; /**< Timer Configuration N Register, array offset… member
/hal_nxp-latest/mcux/mcux-sdk/devices/MKL27Z644/
DMKL27Z644.h1847 …__IO uint32_t TIMCFG[4]; /**< Timer Configuration N Register, array offset… member
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC144/
DMCXC144.h1884 …__IO uint32_t TIMCFG[4]; /**< Timer Configuration N Register, array offset… member

123456