Searched refs:type (Results 1 – 14 of 14) sorted by relevance
| /hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/ |
| D | fsl_clock.c | 270 uint32_t CLOCK_GetSysClkFreq(scg_sys_clk_t type) in CLOCK_GetSysClkFreq() argument 302 if (kSCG_SysClkSlow == type) in CLOCK_GetSysClkFreq() 306 else if (kSCG_SysClkBus == type) in CLOCK_GetSysClkFreq() 310 else if (kSCG_SysClkExt == type) in CLOCK_GetSysClkFreq() 394 uint32_t CLOCK_GetSysOscAsyncFreq(scg_async_clk_t type) in CLOCK_GetSysOscAsyncFreq() argument 402 switch (type) in CLOCK_GetSysOscAsyncFreq() 495 uint32_t CLOCK_GetSircAsyncFreq(scg_async_clk_t type) in CLOCK_GetSircAsyncFreq() argument 503 switch (type) in CLOCK_GetSircAsyncFreq() 620 uint32_t CLOCK_GetFircAsyncFreq(scg_async_clk_t type) in CLOCK_GetFircAsyncFreq() argument 628 switch (type) in CLOCK_GetFircAsyncFreq() [all …]
|
| D | fsl_clock.h | 1017 uint32_t CLOCK_GetSysClkFreq(scg_sys_clk_t type); 1165 uint32_t CLOCK_GetSysOscAsyncFreq(scg_async_clk_t type); 1291 uint32_t CLOCK_GetSircAsyncFreq(scg_async_clk_t type); 1379 uint32_t CLOCK_GetFircAsyncFreq(scg_async_clk_t type); 1536 uint32_t CLOCK_GetLpFllAsyncFreq(scg_async_clk_t type);
|
| D | fsl_edma.h | 398 void EDMA_SetChannelLink(DMA_Type *base, uint32_t channel, edma_channel_link_type_t type, uint32_t … 553 void EDMA_TcdSetChannelLink(edma_tcd_t *tcd, edma_channel_link_type_t type, uint32_t linkedChannel); 799 edma_transfer_type_t type);
|
| D | fsl_flexio.c | 108 uint32_t FLEXIO_GetShifterBufferAddress(FLEXIO_Type *base, flexio_shifter_buffer_type_t type, uint8… in FLEXIO_GetShifterBufferAddress() argument 114 switch (type) in FLEXIO_GetShifterBufferAddress()
|
| D | fsl_edma.c | 157 void EDMA_SetChannelLink(DMA_Type *base, uint32_t channel, edma_channel_link_type_t type, uint32_t … in EDMA_SetChannelLink() argument 162 EDMA_TcdSetChannelLink((edma_tcd_t *)&base->TCD[channel], type, linkedChannel); in EDMA_SetChannelLink() 303 void EDMA_TcdSetChannelLink(edma_tcd_t *tcd, edma_channel_link_type_t type, uint32_t linkedChannel) in EDMA_TcdSetChannelLink() argument 309 if (type == kEDMA_MinorLink) /* Minor link config */ in EDMA_TcdSetChannelLink() 324 else if (type == kEDMA_MajorLink) /* Major link config */ in EDMA_TcdSetChannelLink() 541 edma_transfer_type_t type) in EDMA_PrepareTransfer() argument 594 switch (type) in EDMA_PrepareTransfer()
|
| D | fsl_flexio.h | 655 uint32_t FLEXIO_GetShifterBufferAddress(FLEXIO_Type *base, flexio_shifter_buffer_type_t type, uint8…
|
| D | fsl_usdhc.h | 543 usdhc_card_command_type_t type; /*!< Command type */ member
|
| D | fsl_usdhc.c | 268 if (command->type == kCARD_CommandTypeAbort) in USDHC_SetTransferConfig()
|
| /hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/gcc/ |
| D | startup_RV32M1_ri5cy.S | 186 .type IRQ_Handler, %function 211 .type IllegalInstruction_HandlerFunc, %function 217 .type Ecall_HandlerFunc, %function 223 .type LSU_HandlerFunc, %function
|
| D | startup_RV32M1_zero_riscy.S | 185 .type IRQ_Handler, %function 210 .type IllegalInstruction_HandlerFunc, %function 216 .type Ecall_HandlerFunc, %function 222 .type LSU_HandlerFunc, %function
|
| /hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/ |
| D | system_RV32M1_zero_riscy.c | 434 #error Not supported compiler type
|
| D | system_RV32M1_ri5cy.c | 431 #error Not supported compiler type
|
| D | RV32M1_ri5cy.h | 635 #error Not supported compiler type 23962 #error Not supported compiler type
|
| D | RV32M1_zero_riscy.h | 606 #error Not supported compiler type 32612 #error Not supported compiler type
|