Home
last modified time | relevance | path

Searched defs:periph (Results 1 – 8 of 8) sorted by relevance

/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dclk_gate_ll.h28 static inline uint32_t periph_ll_get_clk_en_mask(periph_module_t periph) in periph_ll_get_clk_en_mask()
106 static inline uint32_t periph_ll_get_rst_en_mask(periph_module_t periph, bool enable) in periph_ll_get_rst_en_mask()
190 static inline uint32_t periph_ll_get_clk_en_reg(periph_module_t periph) in periph_ll_get_clk_en_reg()
212 static inline uint32_t periph_ll_get_rst_en_reg(periph_module_t periph) in periph_ll_get_rst_en_reg()
234 static inline void periph_ll_enable_clk_clear_rst(periph_module_t periph) in periph_ll_enable_clk_clear_rst()
240 static inline void periph_ll_disable_clk_set_rst(periph_module_t periph) in periph_ll_disable_clk_set_rst()
258 static inline void periph_ll_reset(periph_module_t periph) in periph_ll_reset()
264 static inline bool IRAM_ATTR periph_ll_periph_enabled(periph_module_t periph) in periph_ll_periph_enabled()
/device/soc/esp/esp32/components/driver/
Dperiph_ctrl.c23 void periph_module_enable(periph_module_t periph) in periph_module_enable()
34 void periph_module_disable(periph_module_t periph) in periph_module_disable()
45 void periph_module_reset(periph_module_t periph) in periph_module_reset()
Dadc_common.c55 #define ADC_GET_IO_NUM(periph, channel) (adc_channel_io_map[periph][channel]) argument
57 #define ADC_CHANNEL_CHECK(periph, channel) ADC_CHECK(channel < SOC_ADC_CHANNEL_NUM(periph), "ADC"#p… argument
/device/soc/esp/esp32/components/driver/esp32/
Dadc.c64 #define ADC_GET_IO_NUM(periph, channel) (adc_channel_io_map[periph][channel]) argument
66 #define ADC_CHANNEL_CHECK(periph, channel) ADC_CHECK(channel < SOC_ADC_CHANNEL_NUM(periph), "ADC"#p… argument
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/hal/
Dhal_dma.c55 const enum HAL_DMA_PERIPH_T *periph; member
207 static inline int get_index_from_periph(enum HAL_DMA_PERIPH_T periph, enum HAL_DMA_INST_T *pinst, u… in get_index_from_periph()
226 …ine int get_remap_index_from_periph(enum HAL_DMA_INST_T inst, enum HAL_DMA_PERIPH_T periph, uint8_… in get_remap_index_from_periph()
245 static inline uint32_t hal_dma_get_periph_addr(enum HAL_DMA_PERIPH_T periph) in hal_dma_get_periph_addr()
650 uint8_t hal_dma_get_chan(enum HAL_DMA_PERIPH_T periph, enum HAL_DMA_GET_CHAN_T policy) in hal_dma_get_chan()
974 void hal_dma_remap_periph(enum HAL_DMA_PERIPH_T periph, int enable) in hal_dma_remap_periph()
Dhal_uart.c955 enum HAL_DMA_PERIPH_T periph; in start_recv_dma_with_mask() local
1298 enum HAL_DMA_PERIPH_T periph; in hal_uart_dma_send() local
/device/soc/esp/esp32/components/driver/include/esp_private/
Dgdma.h117 gdma_trigger_peripheral_t periph; /*!< Target peripheral which will trigger DMA operations */ member
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/hal/best2003/
Dhal_cmu_best2003.c2769 enum HAL_DMA_PERIPH_T periph; member
2814 enum CMU_DMA_REQ_T BOOT_TEXT_FLASH_LOC hal_dma_periph_2_idx(enum HAL_DMA_PERIPH_T periph) in hal_dma_periph_2_idx()