Home
last modified time | relevance | path

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

/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/
A Dfsl_flexio_spi.c176 shifterConfig.timerSelect = base->timerIndex[0]; in FLEXIO_SPI_MasterInit()
198 shifterConfig.timerSelect = base->timerIndex[0]; in FLEXIO_SPI_MasterInit()
322 shifterConfig.timerSelect = base->timerIndex[0]; in FLEXIO_SPI_SlaveInit()
343 shifterConfig.timerSelect = base->timerIndex[0]; in FLEXIO_SPI_SlaveInit()
482 timerCmp = flexioBase->TIMCMP[base->timerIndex[0]]; in FLEXIO_SPI_MasterSetBaudRate()
486 flexioBase->TIMCMP[base->timerIndex[0]] = timerCmp; in FLEXIO_SPI_MasterSetBaudRate()
530 uint16_t timerCmp = base->flexioBase->TIMCMP[base->timerIndex[0]]; in FLEXIO_SPI_MasterTransferBlocking()
572 base->flexioBase->TIMCMP[base->timerIndex[0]] = dataMode; in FLEXIO_SPI_MasterTransferBlocking()
671 uint16_t timerCmp = base->flexioBase->TIMCMP[base->timerIndex[0]]; in FLEXIO_SPI_MasterTransferNonBlocking()
722 base->flexioBase->TIMCMP[base->timerIndex[0]] = dataMode; in FLEXIO_SPI_MasterTransferNonBlocking()
[all …]
A Dfsl_flexio_i2c_master.c371 shifterConfig.timerSelect = base->timerIndex[1]; in FLEXIO_I2C_MasterInit()
384 shifterConfig.timerSelect = base->timerIndex[1]; in FLEXIO_I2C_MasterInit()
423 FLEXIO_SetTimerConfig(base->flexioBase, base->timerIndex[0], &timerConfig); in FLEXIO_I2C_MasterInit()
547 timerCmp = flexioBase->TIMCMP[base->timerIndex[0]]; in FLEXIO_I2C_MasterSetBaudRate()
551 flexioBase->TIMCMP[base->timerIndex[0]] = timerCmp; in FLEXIO_I2C_MasterSetBaudRate()
565 timerCmp = flexioBase->TIMCMP[base->timerIndex[0]]; in FLEXIO_I2C_MasterSetTransferCount()
568 flexioBase->TIMCMP[base->timerIndex[0]] = timerCmp; in FLEXIO_I2C_MasterSetTransferCount()
569 timerConfig = flexioBase->TIMCFG[base->timerIndex[0]]; in FLEXIO_I2C_MasterSetTransferCount()
572 flexioBase->TIMCFG[base->timerIndex[0]] = timerConfig; in FLEXIO_I2C_MasterSetTransferCount()
604 tmpConfig = base->flexioBase->TIMCFG[base->timerIndex[0]]; in FLEXIO_I2C_MasterAbortStop()
[all …]
A Dfsl_flexio_spi_edma.c288 uint16_t timerCmp = base->flexioBase->TIMCMP[base->timerIndex[0]]; in FLEXIO_SPI_MasterTransferEDMA()
320 base->flexioBase->TIMCMP[base->timerIndex[0]] = dataMode; in FLEXIO_SPI_MasterTransferEDMA()
405 base->flexioBase->TIMCMP[base->timerIndex[0]] = dataMode; in FLEXIO_SPI_SlaveTransferEDMA()
A Dfsl_flexio_uart.c131 shifterConfig.timerSelect = base->timerIndex[0]; in FLEXIO_UART_Init()
172 FLEXIO_SetTimerConfig(base->flexioBase, base->timerIndex[0], &timerConfig); in FLEXIO_UART_Init()
175 shifterConfig.timerSelect = base->timerIndex[1]; in FLEXIO_UART_Init()
205 FLEXIO_SetTimerConfig(base->flexioBase, base->timerIndex[1], &timerConfig); in FLEXIO_UART_Init()
A Dfsl_flexio_i2c_master.h66 uint8_t timerIndex[2]; /*!< Timer index used in FlexIO I2C. */ member
A Dfsl_flexio_uart.h73 uint8_t timerIndex[2]; /*!< Timer index used in FlexIO UART. */ member
A Dfsl_flexio_spi.h106 uint8_t timerIndex[2]; /*!< Timer index used in FlexIO SPI. */ member

Completed in 14 milliseconds