Home
last modified time | relevance | path

Searched refs:timerIndex (Results 1 – 10 of 10) sorted by relevance

/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()
334 …FLEXIO_SHIFTCTL_TIMSEL(base->timerIndex) | FLEXIO_SHIFTCTL_TIMPOL(kFLEXIO_ShifterTimerPolarityOnPo… in FLEXIO_MCULCD_SetSingleBeatWriteConfig()
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()
347 base->flexioBase->TIMCFG[base->timerIndex] = in FLEXIO_MCULCD_SetSingleBeatWriteConfig()
364 base->flexioBase->TIMCTL[base->timerIndex] = timerControl; in FLEXIO_MCULCD_SetSingleBeatWriteConfig()
366 base->flexioBase->TIMCTL[base->timerIndex] = timerControl; in FLEXIO_MCULCD_SetSingleBeatWriteConfig()
382 base->flexioBase->TIMCTL[base->timerIndex] = in FLEXIO_MCULCD_ClearSingleBeatWriteConfig()
383 (base->flexioBase->TIMCTL[base->timerIndex] & ~FLEXIO_TIMCTL_PINCFG_MASK) | in FLEXIO_MCULCD_ClearSingleBeatWriteConfig()
[all …]
Dfsl_flexio_mculcd.h126 uint8_t timerIndex; /*!< Timer index used in FlexIO MCULCD. */ member
/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()
650 shifterConfig.timerSelect = base->timerIndex[2]; in FLEXIO_I2C_MasterInit()
663 shifterConfig.timerSelect = base->timerIndex[2]; in FLEXIO_I2C_MasterInit()
699 FLEXIO_SetTimerConfig(base->flexioBase, base->timerIndex[1], &timerConfig); in FLEXIO_I2C_MasterInit()
718 FLEXIO_SetTimerConfig(base->flexioBase, base->timerIndex[0], &timerConfig); in FLEXIO_I2C_MasterInit()
739 FLEXIO_SetTimerConfig(base->flexioBase, base->timerIndex[2], &timerConfig); in FLEXIO_I2C_MasterInit()
771 base->flexioBase->TIMCFG[base->timerIndex[0]] = 0; in FLEXIO_I2C_MasterDeinit()
772 base->flexioBase->TIMCMP[base->timerIndex[0]] = 0; in FLEXIO_I2C_MasterDeinit()
773 base->flexioBase->TIMCTL[base->timerIndex[0]] = 0; in FLEXIO_I2C_MasterDeinit()
[all …]
Dfsl_flexio_i2c_master.h71 uint8_t timerIndex[3]; /*!< Timer index used in FlexIO I2C. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/spi/
Dfsl_flexio_spi.c257 shifterConfig.timerSelect = base->timerIndex[0]; in FLEXIO_SPI_MasterInit()
279 shifterConfig.timerSelect = base->timerIndex[0]; in FLEXIO_SPI_MasterInit()
322 FLEXIO_SetTimerConfig(base->flexioBase, base->timerIndex[0], &timerConfig); in FLEXIO_SPI_MasterInit()
325 timerConfig.triggerSelect = FLEXIO_TIMER_TRIGGER_SEL_TIMn(base->timerIndex[0]); in FLEXIO_SPI_MasterInit()
342 FLEXIO_SetTimerConfig(base->flexioBase, base->timerIndex[1], &timerConfig); in FLEXIO_SPI_MasterInit()
356 base->flexioBase->TIMCFG[base->timerIndex[0]] = 0; in FLEXIO_SPI_MasterDeinit()
357 base->flexioBase->TIMCMP[base->timerIndex[0]] = 0; in FLEXIO_SPI_MasterDeinit()
358 base->flexioBase->TIMCTL[base->timerIndex[0]] = 0; in FLEXIO_SPI_MasterDeinit()
359 base->flexioBase->TIMCFG[base->timerIndex[1]] = 0; in FLEXIO_SPI_MasterDeinit()
360 base->flexioBase->TIMCMP[base->timerIndex[1]] = 0; in FLEXIO_SPI_MasterDeinit()
[all …]
Dfsl_flexio_spi_dma.c338 uint16_t timerCmp = (uint16_t)base->flexioBase->TIMCMP[base->timerIndex[0]]; in FLEXIO_SPI_MasterTransferDMA()
363 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()
394 base->flexioBase->TIMCMP[base->timerIndex[0]] = dataMode; 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()
[all …]
Dfsl_flexio_spi_edma.c364 uint16_t timerCmp = (uint16_t)base->flexioBase->TIMCMP[base->timerIndex[0]]; in FLEXIO_SPI_MasterTransferEDMA()
389 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()
420 base->flexioBase->TIMCMP[base->timerIndex[0]] = dataMode; 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()
[all …]
Dfsl_flexio_spi.h122 uint8_t timerIndex[2]; /*!< Timer index used in FlexIO SPI. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/uart/
Dfsl_flexio_uart.c160 shifterConfig.timerSelect = base->timerIndex[0]; in FLEXIO_UART_Init()
215 FLEXIO_SetTimerConfig(base->flexioBase, base->timerIndex[0], &timerConfig); in FLEXIO_UART_Init()
218 shifterConfig.timerSelect = base->timerIndex[1]; in FLEXIO_UART_Init()
248 FLEXIO_SetTimerConfig(base->flexioBase, base->timerIndex[1], &timerConfig); in FLEXIO_UART_Init()
266 base->flexioBase->TIMCFG[base->timerIndex[0]] = 0; in FLEXIO_UART_Deinit()
267 base->flexioBase->TIMCMP[base->timerIndex[0]] = 0; in FLEXIO_UART_Deinit()
268 base->flexioBase->TIMCTL[base->timerIndex[0]] = 0; in FLEXIO_UART_Deinit()
269 base->flexioBase->TIMCFG[base->timerIndex[1]] = 0; in FLEXIO_UART_Deinit()
270 base->flexioBase->TIMCMP[base->timerIndex[1]] = 0; in FLEXIO_UART_Deinit()
271 base->flexioBase->TIMCTL[base->timerIndex[1]] = 0; in FLEXIO_UART_Deinit()
[all …]
Dfsl_flexio_uart.h81 uint8_t timerIndex[2]; /*!< Timer index used in FlexIO UART. */ member