Home
last modified time | relevance | path

Searched refs:TIMCMP (Results 1 – 25 of 135) sorted by relevance

123456

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/mculcd/
Dfsl_flexio_mculcd.c149 timerCompare = base->flexioBase->TIMCMP[base->timerIndex]; in FLEXIO_MCULCD_SetBaudRate()
153 base->flexioBase->TIMCMP[base->timerIndex] = timerCompare; in FLEXIO_MCULCD_SetBaudRate()
338 timerCompare = base->flexioBase->TIMCMP[base->timerIndex] & 0xFFU; in FLEXIO_MCULCD_SetSingleBeatWriteConfig()
344 base->flexioBase->TIMCMP[base->timerIndex] = (1UL << 8U) | timerCompare; in FLEXIO_MCULCD_SetSingleBeatWriteConfig()
449 timerCompare = base->flexioBase->TIMCMP[base->timerIndex] & 0xFFU; in FLEXIO_MCULCD_SetSingleBeatReadConfig()
455 base->flexioBase->TIMCMP[base->timerIndex] = (1UL << 8U) | timerCompare; in FLEXIO_MCULCD_SetSingleBeatReadConfig()
537 timerCompare = base->flexioBase->TIMCMP[base->timerIndex] & 0xFFU; in FLEXIO_MCULCD_SetMultiBeatsWriteConfig()
548 base->flexioBase->TIMCMP[base->timerIndex] = ((beats * 2UL - 1UL) << 8U) | timerCompare; in FLEXIO_MCULCD_SetMultiBeatsWriteConfig()
664 timerCompare = base->flexioBase->TIMCMP[base->timerIndex] & 0xFFU; in FLEXIO_MCULCD_SetMultiBeatsReadConfig()
675 base->flexioBase->TIMCMP[base->timerIndex] = ((beats * 2UL - 1UL) << 8U) | timerCompare; in FLEXIO_MCULCD_SetMultiBeatsReadConfig()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/spi/
Dfsl_flexio_spi.c357 base->flexioBase->TIMCMP[base->timerIndex[0]] = 0; in FLEXIO_SPI_MasterDeinit()
360 base->flexioBase->TIMCMP[base->timerIndex[1]] = 0; in FLEXIO_SPI_MasterDeinit()
691 timerCmp = (uint16_t)(flexioBase->TIMCMP[base->timerIndex[0]]); in FLEXIO_SPI_MasterSetBaudRate()
695 flexioBase->TIMCMP[base->timerIndex[0]] = timerCmp; in FLEXIO_SPI_MasterSetBaudRate()
810 uint16_t timerCmp = (uint16_t)(base->flexioBase->TIMCMP[base->timerIndex[0]]); in FLEXIO_SPI_MasterTransferBlocking()
888 base->flexioBase->TIMCMP[base->timerIndex[0]] = dataMode; in FLEXIO_SPI_MasterTransferBlocking()
1082 uint16_t timerCmp = (uint16_t)base->flexioBase->TIMCMP[base->timerIndex[0]]; in FLEXIO_SPI_MasterTransferNonBlocking()
1169 base->flexioBase->TIMCMP[base->timerIndex[0]] = dataMode; in FLEXIO_SPI_MasterTransferNonBlocking()
1490 base->flexioBase->TIMCMP[base->timerIndex[0]] = dataMode; in FLEXIO_SPI_SlaveTransferNonBlocking()
Dfsl_flexio_spi_dma.c338 uint16_t timerCmp = (uint16_t)base->flexioBase->TIMCMP[base->timerIndex[0]]; in FLEXIO_SPI_MasterTransferDMA()
394 base->flexioBase->TIMCMP[base->timerIndex[0]] = dataMode; in FLEXIO_SPI_MasterTransferDMA()
532 base->flexioBase->TIMCMP[base->timerIndex[0]] = dataMode; in FLEXIO_SPI_SlaveTransferDMA()
Dfsl_flexio_spi_edma.c364 uint16_t timerCmp = (uint16_t)base->flexioBase->TIMCMP[base->timerIndex[0]]; in FLEXIO_SPI_MasterTransferEDMA()
420 base->flexioBase->TIMCMP[base->timerIndex[0]] = dataMode; in FLEXIO_SPI_MasterTransferEDMA()
562 base->flexioBase->TIMCMP[base->timerIndex[0]] = dataMode; in FLEXIO_SPI_SlaveTransferEDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/i2s/
Dfsl_flexio_i2s.c287 base->flexioBase->TIMCMP[base->fsTimerIndex] = 0; in FLEXIO_I2S_Deinit()
290 base->flexioBase->TIMCMP[base->bclkTimerIndex] = 0; in FLEXIO_I2S_Deinit()
371 … base->flexioBase->TIMCMP[base->fsTimerIndex] = FLEXIO_TIMCMP_CMP(format->bitWidth * timDiv - 1U); in FLEXIO_I2S_MasterSetFormat()
375 base->flexioBase->TIMCMP[base->bclkTimerIndex] = FLEXIO_TIMCMP_CMP(bclkDiv); in FLEXIO_I2S_MasterSetFormat()
390 base->flexioBase->TIMCMP[base->fsTimerIndex] = FLEXIO_TIMCMP_CMP(format->bitWidth * 4UL - 3UL); in FLEXIO_I2S_SlaveSetFormat()
393 … base->flexioBase->TIMCMP[base->bclkTimerIndex] = FLEXIO_TIMCMP_CMP(format->bitWidth * 2UL - 1UL); in FLEXIO_I2S_SlaveSetFormat()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/i2c/
Dfsl_flexio_i2c_master.c772 base->flexioBase->TIMCMP[base->timerIndex[0]] = 0; in FLEXIO_I2C_MasterDeinit()
775 base->flexioBase->TIMCMP[base->timerIndex[1]] = 0; in FLEXIO_I2C_MasterDeinit()
778 base->flexioBase->TIMCMP[base->timerIndex[2]] = 0; in FLEXIO_I2C_MasterDeinit()
920 flexioBase->TIMCMP[base->timerIndex[1]] = timerDiv; in FLEXIO_I2C_MasterSetBaudRate()
948 flexioBase->TIMCMP[base->timerIndex[0]] = (uint32_t)count * 18U + 1U; in FLEXIO_I2C_MasterSetTransferCount()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/uart/
Dfsl_flexio_uart.c267 base->flexioBase->TIMCMP[base->timerIndex[0]] = 0; in FLEXIO_UART_Deinit()
270 base->flexioBase->TIMCMP[base->timerIndex[1]] = 0; in FLEXIO_UART_Deinit()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/camera/
Dfsl_flexio_camera.c149 base->flexioBase->TIMCMP[base->timerIdx] = 0; in FLEXIO_CAMERA_Deinit()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/
Dfsl_flexio.c323 base->TIMCMP[index] = FLEXIO_TIMCMP_CMP(timerConfig->timerCompare); in FLEXIO_SetTimerConfig()
/hal_nxp-latest/s32/drivers/s32k1/BaseNXP/header/
DS32K142_FLEXIO.h114 …__IO uint32_t TIMCMP[FLEXIO_TIMCMP_COUNT]; /**< Timer Compare N Register, array offset: 0x50… member
DS32K148_FLEXIO.h114 …__IO uint32_t TIMCMP[FLEXIO_TIMCMP_COUNT]; /**< Timer Compare N Register, array offset: 0x50… member
DS32K118_FLEXIO.h114 …__IO uint32_t TIMCMP[FLEXIO_TIMCMP_COUNT]; /**< Timer Compare N Register, array offset: 0x50… member
DS32K116_FLEXIO.h114 …__IO uint32_t TIMCMP[FLEXIO_TIMCMP_COUNT]; /**< Timer Compare N Register, array offset: 0x50… member
DS32K142W_FLEXIO.h114 …__IO uint32_t TIMCMP[FLEXIO_TIMCMP_COUNT]; /**< Timer Compare N Register, array offset: 0x50… member
DS32K146_FLEXIO.h114 …__IO uint32_t TIMCMP[FLEXIO_TIMCMP_COUNT]; /**< Timer Compare N Register, array offset: 0x50… member
DS32K144_FLEXIO.h114 …__IO uint32_t TIMCMP[FLEXIO_TIMCMP_COUNT]; /**< Timer Compare N Register, array offset: 0x50… member
DS32K144W_FLEXIO.h114 …__IO uint32_t TIMCMP[FLEXIO_TIMCMP_COUNT]; /**< Timer Compare N Register, array offset: 0x50… member
/hal_nxp-latest/s32/drivers/s32k3/BaseNXP/header/
DS32K344_FLEXIO.h137 …__IO uint32_t TIMCMP[FLEXIO_TIMCMP_COUNT]; /**< Timer Compare N Register, array offset: 0x50… member
/hal_nxp-latest/mcux/mcux-sdk/devices/MKL17Z644/
DMKL17Z644.h1840 …__IO uint32_t TIMCMP[4]; /**< Timer Compare N Register, array offset: 0x50… member
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC141/
DMCXC141.h2028 …__IO uint32_t TIMCMP[4]; /**< Timer Compare N Register, array offset: 0x50… member
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC142/
DMCXC142.h2026 …__IO uint32_t TIMCMP[4]; /**< Timer Compare N Register, array offset: 0x50… member
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC242/
DMCXC242.h2028 …__IO uint32_t TIMCMP[4]; /**< Timer Compare N Register, array offset: 0x50… member
/hal_nxp-latest/mcux/mcux-sdk/devices/MKL27Z644/
DMKL27Z644.h1849 …__IO uint32_t TIMCMP[4]; /**< Timer Compare N Register, array offset: 0x50… member
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC144/
DMCXC144.h1886 …__IO uint32_t TIMCMP[4]; /**< Timer Compare N Register, array offset: 0x50… member
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC143/
DMCXC143.h1886 …__IO uint32_t TIMCMP[4]; /**< Timer Compare N Register, array offset: 0x50… member

123456