| /bsp/nuvoton/libraries/m2354/rtt_port/ |
| A D | drv_pdma.c | 266 PDMA_T *PDMA; in nu_pdma_channel_terminate() local 271 PDMA = NU_PDMA_GET_BASE(i32ChannID); in nu_pdma_channel_terminate() 289 PDMA_T *PDMA = NULL; in nu_pdma_timeout_set() local 294 PDMA = NU_PDMA_GET_BASE(i32ChannID); in nu_pdma_timeout_set() 437 PDMA_T *PDMA; in nu_pdma_transferred_byte_get() local 525 PDMA_T *PDMA = NULL; in nu_pdma_desc_setup() local 717 PDMA_SetTransferMode(PDMA, in _nu_pdma_transfer() 783 void PDMA_IRQHandler(PDMA_T *PDMA) in PDMA_IRQHandler() argument 806 PDMA_CLR_TD_FLAG(PDMA, tdsts); in PDMA_IRQHandler() 813 PDMA->INTSTS = reqto; in PDMA_IRQHandler() [all …]
|
| A D | Kconfig | 15 bool "Enable Peripheral Direct Memory Access Controller(PDMA)" 421 bool "Use PDMA for data transferring" 464 bool "Use PDMA for data transferring" 641 bool "Enable PDMA for SPI0" 668 bool "Enable PDMA for SPI1" 695 bool "Enable PDMA for SPI2" 722 bool "Enable PDMA for SPI3" 751 bool "Enable PDMA for QSPI0" 872 bool "Use PDMA for data transferring."
|
| /bsp/nuvoton/libraries/nuc980/rtt_port/ |
| A D | drv_pdma.c | 230 PDMA_T *PDMA; in nu_pdma_channel_terminate() local 235 PDMA = NU_PDMA_GET_BASE(i32ChannID); in nu_pdma_channel_terminate() 253 PDMA_T *PDMA = NULL; in nu_pdma_timeout_set() local 258 PDMA = NU_PDMA_GET_BASE(i32ChannID); in nu_pdma_timeout_set() 458 PDMA_T *PDMA; in nu_pdma_transferred_byte_get() local 546 PDMA_T *PDMA = NULL; in nu_pdma_desc_setup() local 711 PDMA_SetTransferMode(PDMA, in _nu_pdma_transfer() 867 PDMA_T *PDMA = (void *)pvdata; in nu_pdma_isr() local 889 PDMA_CLR_TD_FLAG(PDMA, tdsts); in nu_pdma_isr() 903 PDMA->INTSTS = reqto; in nu_pdma_isr() [all …]
|
| A D | Kconfig | 20 bool "Enable Peripheral Direct Memory Access Controller(PDMA)" 48 bool "Use PDMA for data transferring" 53 int "Min threshold to do PDMA memcpy" 368 bool "Using PDMA" 440 bool "Enable PDMA for SPI0" 460 bool "Enable PDMA for SPI1" 494 bool "Enable PDMA for QSPI0"
|
| /bsp/nuvoton/libraries/ma35/rtt_port/ |
| A D | drv_pdma.c | 308 PDMA->DSCT[u32ModChannId].CTL = 0UL; in nu_pdma_channel_enable() 311 PDMA->CHCTL |= (1 << u32ModChannId); in nu_pdma_channel_enable() 325 PDMA->CHRST = (1 << u32ModChannId); in nu_pdma_channel_reset() 334 PDMA_T *PDMA = NULL; in nu_pdma_timeout_set() local 340 PDMA = NU_PDMA_GET_BASE(i32ChannID); in nu_pdma_timeout_set() 573 PDMA_T *PDMA; in nu_pdma_transferred_byte_get() local 603 PDMA_T *PDMA; in nu_pdma_get_channel_desc() local 847 PDMA_SetTransferMode(PDMA, in _nu_pdma_transfer() 1015 PDMA_T *PDMA = (void *)pvdata; in nu_pdma_isr() local 1037 PDMA_CLR_TD_FLAG(PDMA, tdsts); in nu_pdma_isr() [all …]
|
| A D | Kconfig | 68 bool "Enable Peripheral Direct Memory Access Controller(PDMA)" 829 bool "Enable PDMA for SPI0" 857 bool "Enable PDMA for SPI1" 885 bool "Enable PDMA for SPI2" 913 bool "Enable PDMA for SPI3" 954 bool "Enable PDMA for QSPI0" 962 bool "Enable PDMA for QSPI1"
|
| /bsp/nuvoton/libraries/m480/rtt_port/ |
| A D | drv_pdma.c | 223 PDMA_Open(PDMA, NU_PDMA_CH_Msk); in nu_pdma_init() 224 PDMA_Close(PDMA); in nu_pdma_init() 244 PDMA_Open(PDMA, 1 << i32ChannID); in nu_pdma_channel_enable() 254 PDMA->CHRST = (1 << i32ChannID); in nu_pdma_channel_reset() 282 PDMA_PAUSE(PDMA, i); in nu_pdma_channel_terminate() 294 PDMA->DSCT[i32ChannID].CTL = 0UL; in nu_pdma_channel_terminate() 302 PDMA->CHCTL |= ch_mask; in nu_pdma_channel_terminate() 303 PDMA_Trigger(PDMA, i); in nu_pdma_channel_terminate() 710 if ((node_addr < PDMA->SCATBA) || (node_addr - PDMA->SCATBA) >= NU_PDMA_SG_LIMITED_DISTANCE) in nu_pdma_sgtbls_valid() 734 PDMA_SetTransferMode(PDMA, in _nu_pdma_transfer() [all …]
|
| A D | Kconfig | 61 bool "Use PDMA for data transferring" 67 int "Min threshold to do PDMA memcpy" 398 bool "Use PDMA for data transferring" 441 bool "Use PDMA for data transferring" 621 bool "Enable PDMA for SPI0" 648 bool "Enable PDMA for SPI1" 675 bool "Enable PDMA for SPI2" 702 bool "Enable PDMA for SPI3" 731 bool "Enable PDMA for QSPI0" 739 bool "Enable PDMA for QSPI1" [all …]
|
| /bsp/nuvoton/libraries/m031/rtt_port/ |
| A D | drv_pdma.c | 196 PDMA_Open(PDMA, NU_PDMA_CH_Msk); in nu_pdma_init() 197 PDMA_Close(PDMA); in nu_pdma_init() 217 PDMA_Open(PDMA, 1 << i32ChannID); in nu_pdma_channel_enable() 227 PDMA->CHRST = (1 << i32ChannID); in nu_pdma_channel_reset() 253 PDMA_PAUSE(PDMA, i); in nu_pdma_channel_terminate() 265 PDMA->DSCT[i32ChannID].CTL = 0UL; in nu_pdma_channel_terminate() 273 PDMA->CHCTL |= ch_mask; in nu_pdma_channel_terminate() 274 PDMA_Trigger(PDMA, i); in nu_pdma_channel_terminate() 680 if ((node_addr < PDMA->SCATBA) || (node_addr - PDMA->SCATBA) >= NU_PDMA_SG_LIMITED_DISTANCE) in nu_pdma_sgtbls_valid() 704 PDMA_SetTransferMode(PDMA, in _nu_pdma_transfer() [all …]
|
| A D | Kconfig | 15 bool "Enable Peripheral Direct Memory Access Controller(PDMA)" 344 bool "Use PDMA for data transferring" 387 bool "Use PDMA for data transferring" 542 bool "Enable PDMA for SPI0" 560 bool "Enable PDMA for QSPI0" 577 bool "Use PDMA for data transferring."
|
| /bsp/nuvoton/libraries/m460/rtt_port/ |
| A D | drv_pdma.c | 301 PDMA->DSCT[u32ModChannId].CTL = 0UL; in nu_pdma_channel_enable() 304 PDMA->CHCTL |= (1 << u32ModChannId); in nu_pdma_channel_enable() 318 PDMA->CHRST = (1 << u32ModChannId); in nu_pdma_channel_reset() 345 PDMA_T *PDMA = NULL; in nu_pdma_timeout_set() local 351 PDMA = NU_PDMA_GET_BASE(i32ChannID); in nu_pdma_timeout_set() 563 PDMA_T *PDMA; in nu_pdma_transferred_byte_get() local 650 PDMA_T *PDMA = NULL; in nu_pdma_desc_setup() local 836 PDMA_SetTransferMode(PDMA, in _nu_pdma_transfer() 990 void PDMA_IRQHandler(PDMA_T *PDMA) in PDMA_IRQHandler() argument 1014 PDMA_CLR_TD_FLAG(PDMA, tdsts); in PDMA_IRQHandler() [all …]
|
| A D | Kconfig | 602 bool "Enable PDMA for SPI0" 629 bool "Enable PDMA for SPI1" 656 bool "Enable PDMA for SPI2" 683 bool "Enable PDMA for SPI3" 710 bool "Enable PDMA for SPI4" 737 bool "Enable PDMA for SPI5" 764 bool "Enable PDMA for SPI6" 791 bool "Enable PDMA for SPI7" 818 bool "Enable PDMA for SPI8" 914 bool "Enable PDMA for QSPI0" [all …]
|
| /bsp/k230/board/ |
| A D | Kconfig | 116 bool "Enable PDMA" 122 bool "Enable PDMA Channel 0" 126 bool "Enable PDMA Channel 1" 130 bool "Enable PDMA Channel 2" 134 bool "Enable PDMA Channel 3" 138 bool "Enable PDMA Channel 4" 142 bool "Enable PDMA Channel 5" 146 bool "Enable PDMA Channel 6" 150 bool "Enable PDMA Channel 7"
|
| /bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/ |
| A D | ht32f1xxxx_adc.h | 398 #define IS_ADC_PDMA(PDMA) (((PDMA) == ADC_PDMA_REGULAR_SINGLE) || \ argument 399 ((PDMA) == ADC_PDMA_REGULAR_SUBGROUP) || \ 400 ((PDMA) == ADC_PDMA_REGULAR_CYCLE) || \ 401 ((PDMA) == ADC_PDMA_HP_SINGLE) || \ 402 ((PDMA) == ADC_PDMA_HP_SUBGROUP) || \ 403 ((PDMA) == ADC_PDMA_HP_CYCLE))
|
| A D | ht32f1xxxx_rstcu.h | 72 unsigned long PDMA :1; // Bit 0 member
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/ |
| A D | ht32f65xxx_66xxx_adc.h | 382 #define IS_ADC_PDMA(PDMA) (((PDMA) == ADC_PDMA_REGULAR_SINGLE) || \ argument 383 ((PDMA) == ADC_PDMA_REGULAR_SUBGROUP) || \ 384 ((PDMA) == ADC_PDMA_REGULAR_CYCLE) || \ 385 ((PDMA) == ADC_PDMA_HP_SINGLE) || \ 386 ((PDMA) == ADC_PDMA_HP_SUBGROUP) || \ 387 ((PDMA) == ADC_PDMA_HP_CYCLE))
|
| A D | ht32f5xxxx_adc.h | 545 #define IS_ADC_PDMA(PDMA) (((PDMA) == ADC_PDMA_REGULAR_SINGLE) || \ argument 546 ((PDMA) == ADC_PDMA_REGULAR_SUBGROUP) || \ 547 ((PDMA) == ADC_PDMA_REGULAR_CYCLE))
|
| A D | ht32f5xxxx_rstcu.h | 72 unsigned long PDMA :1; // Bit 0 member
|
| /bsp/k230/drivers/interdrv/pdma/ |
| A D | SConscript | 9 group = DefineGroup('PDMA', src, depend = [''], CPPPATH = CPPPATH)
|
| /bsp/nuvoton/libraries/nuc980/ |
| A D | README.md | 15 | PDMA | N/A | ***N/A*** |
|
| /bsp/nuvoton/libraries/ma35/ |
| A D | README.md | 20 | PDMA | N/A | ***N/A*** |
|
| /bsp/nuvoton/libraries/m031/ |
| A D | README.md | 17 | PDMA | N/A | ***N/A*** |
|
| /bsp/nuvoton/libraries/m2354/ |
| A D | README.md | 23 | PDMA | N/A | ***N/A*** |
|
| /bsp/nuvoton/libraries/m460/ |
| A D | README.md | 28 | PDMA | N/A | ***N/A*** |
|
| /bsp/nuvoton/libraries/m480/ |
| A D | README.md | 26 | PDMA | N/A | ***N/A*** |
|