Home
last modified time | relevance | path

Searched defs:index (Results 1 – 10 of 10) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flexio.c108 …FLEXIO_GetShifterBufferAddress(FLEXIO_Type *base, flexio_shifter_buffer_type_t type, uint8_t index) in FLEXIO_GetShifterBufferAddress()
156 void FLEXIO_SetShifterConfig(FLEXIO_Type *base, uint8_t index, const flexio_shifter_config_t *shift… in FLEXIO_SetShifterConfig()
171 void FLEXIO_SetTimerConfig(FLEXIO_Type *base, uint8_t index, const flexio_timer_config_t *timerConf… in FLEXIO_SetTimerConfig()
194 uint8_t index = 0; in FLEXIO_RegisterHandleIRQ() local
223 uint8_t index = 0; in FLEXIO_UnregisterHandleIRQ() local
250 uint8_t index; in FLEXIO_CommonIRQHandler() local
Dfsl_common.c90 uint32_t index = 0; in EnableDeepSleepIRQ() local
104 uint32_t index = 0; in DisableDeepSleepIRQ() local
Dfsl_xrdc.c233 uint8_t index = (uint8_t)config->mem; in XRDC_SetMemAccessConfig() local
396 uint8_t index = (uint8_t)config->periph; in XRDC_SetPeriphAccessConfig() local
Dfsl_trng.c1118 #define TRNG_ENT_REG(base, index) ((base)->ENT[index]) argument
1119 #define TRNG_RD_ENT(base, index) (TRNG_ENT_REG(base, index)) argument
1473 static uint32_t trng_ReadEntropy(TRNG_Type *base, uint32_t index) in trng_ReadEntropy()
1570 int index = 0; in TRNG_GetRandomData() local
Dfsl_flexio_spi_edma.c237 uint8_t index = 0; in FLEXIO_SPI_MasterTransferCreateHandleEDMA() local
Dfsl_flexio_uart_edma.c130 uint8_t index = 0; in FLEXIO_UART_TransferCreateHandleEDMA() local
Dfsl_flash.c1127 status_t FLASH_ProgramOnce(flash_config_t *config, uint32_t index, uint32_t *src, uint32_t lengthIn… in FLASH_ProgramOnce()
1434 status_t FLASH_ReadOnce(flash_config_t *config, uint32_t index, uint32_t *dst, uint32_t lengthInByt… in FLASH_ReadOnce()
Dfsl_cau3.c2193 static void cau3_pkha_write_word(CAU3_Type *base, cau3_pkha_reg_area_t reg, uint8_t index, uint32_t… in cau3_pkha_write_word()
2222 static uint32_t cau3_pkha_read_word(CAU3_Type *base, cau3_pkha_reg_area_t reg, uint8_t index) in cau3_pkha_read_word()
Dfsl_cau3_ble.c2388 static void cau3_pkha_write_word(CAU3_Type *base, cau3_pkha_reg_area_t reg, uint8_t index, uint32_t… in cau3_pkha_write_word()
2417 static uint32_t cau3_pkha_read_word(CAU3_Type *base, cau3_pkha_reg_area_t reg, uint8_t index) in cau3_pkha_read_word()
Dfsl_usdhc.h541 uint32_t index; /*!< Command index */ member