Home
last modified time | relevance | path

Searched refs:ch (Results 1 – 3 of 3) sorted by relevance

/hal_microchip-latest/mec/mec1501/component/
Ddma.h81 #define MCHP_DMA_GIRQ_VAL(ch) BIT(ch) argument
87 #define MCHP_DMA_DIRECT_NVIC_NUM(ch) (24u + (ch)) argument
218 #define MCHP_DMA_ACTV_ADDR(ch) \ argument
219 (uintptr_t)(MCHP_DMA_CHAN_ADDR(ch) + (MCHP_DMA_ACTV_OFS))
221 #define MCHP_DMA_MSTART_ADDR(ch) \ argument
222 (uintptr_t)(MCHP_DMA_CHAN_ADDR(ch) + (MCHP_DMA_MSTART_OFS))
224 #define MCHP_DMA_MEND_ADDR(ch) \ argument
225 (uintptr_t)(MCHP_DMA_CHAN_ADDR(ch) + (MCHP_DMA_MEND_OFS))
227 #define MCHP_DMA_DSTART_ADDR(ch) \ argument
228 (uintptr_t)(MCHP_DMA_CHAN_ADDR(ch) + (MCHP_DMA_DSTART_OFS))
[all …]
/hal_microchip-latest/mpfs/mpfs_hal/common/nwc/
Dmss_cfm.c122 cfm_error_id_t MSS_CFM_get_count(cfm_count_id_t ch, uint32_t *count) in MSS_CFM_get_count() argument
133 switch(ch) in MSS_CFM_get_count()
Dmss_cfm.h301 cfm_error_id_t MSS_CFM_get_count(cfm_count_id_t ch, uint32_t *count);