| /hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/mculcd/ |
| D | fsl_flexio_mculcd.c | 149 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/ |
| D | fsl_flexio_spi.c | 357 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()
|
| D | fsl_flexio_spi_dma.c | 338 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()
|
| D | fsl_flexio_spi_edma.c | 364 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/ |
| D | fsl_flexio_i2s.c | 287 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/ |
| D | fsl_flexio_i2c_master.c | 772 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/ |
| D | fsl_flexio_uart.c | 267 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/ |
| D | fsl_flexio_camera.c | 149 base->flexioBase->TIMCMP[base->timerIdx] = 0; in FLEXIO_CAMERA_Deinit()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/ |
| D | fsl_flexio.c | 323 base->TIMCMP[index] = FLEXIO_TIMCMP_CMP(timerConfig->timerCompare); in FLEXIO_SetTimerConfig()
|
| /hal_nxp-latest/s32/drivers/s32k1/BaseNXP/header/ |
| D | S32K142_FLEXIO.h | 114 …__IO uint32_t TIMCMP[FLEXIO_TIMCMP_COUNT]; /**< Timer Compare N Register, array offset: 0x50… member
|
| D | S32K148_FLEXIO.h | 114 …__IO uint32_t TIMCMP[FLEXIO_TIMCMP_COUNT]; /**< Timer Compare N Register, array offset: 0x50… member
|
| D | S32K118_FLEXIO.h | 114 …__IO uint32_t TIMCMP[FLEXIO_TIMCMP_COUNT]; /**< Timer Compare N Register, array offset: 0x50… member
|
| D | S32K116_FLEXIO.h | 114 …__IO uint32_t TIMCMP[FLEXIO_TIMCMP_COUNT]; /**< Timer Compare N Register, array offset: 0x50… member
|
| D | S32K142W_FLEXIO.h | 114 …__IO uint32_t TIMCMP[FLEXIO_TIMCMP_COUNT]; /**< Timer Compare N Register, array offset: 0x50… member
|
| D | S32K146_FLEXIO.h | 114 …__IO uint32_t TIMCMP[FLEXIO_TIMCMP_COUNT]; /**< Timer Compare N Register, array offset: 0x50… member
|
| D | S32K144_FLEXIO.h | 114 …__IO uint32_t TIMCMP[FLEXIO_TIMCMP_COUNT]; /**< Timer Compare N Register, array offset: 0x50… member
|
| D | S32K144W_FLEXIO.h | 114 …__IO uint32_t TIMCMP[FLEXIO_TIMCMP_COUNT]; /**< Timer Compare N Register, array offset: 0x50… member
|
| /hal_nxp-latest/s32/drivers/s32k3/BaseNXP/header/ |
| D | S32K344_FLEXIO.h | 137 …__IO uint32_t TIMCMP[FLEXIO_TIMCMP_COUNT]; /**< Timer Compare N Register, array offset: 0x50… member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKL17Z644/ |
| D | MKL17Z644.h | 1840 …__IO uint32_t TIMCMP[4]; /**< Timer Compare N Register, array offset: 0x50… member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXC141/ |
| D | MCXC141.h | 2028 …__IO uint32_t TIMCMP[4]; /**< Timer Compare N Register, array offset: 0x50… member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXC142/ |
| D | MCXC142.h | 2026 …__IO uint32_t TIMCMP[4]; /**< Timer Compare N Register, array offset: 0x50… member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXC242/ |
| D | MCXC242.h | 2028 …__IO uint32_t TIMCMP[4]; /**< Timer Compare N Register, array offset: 0x50… member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKL27Z644/ |
| D | MKL27Z644.h | 1849 …__IO uint32_t TIMCMP[4]; /**< Timer Compare N Register, array offset: 0x50… member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXC144/ |
| D | MCXC144.h | 1886 …__IO uint32_t TIMCMP[4]; /**< Timer Compare N Register, array offset: 0x50… member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXC143/ |
| D | MCXC143.h | 1886 …__IO uint32_t TIMCMP[4]; /**< Timer Compare N Register, array offset: 0x50… member
|