Home
last modified time | relevance | path

Searched defs:en (Results 1 – 25 of 98) sorted by relevance

1234

/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dmodem_syscon_ll.h22 static inline void modem_syscon_ll_enable_test_clk(modem_syscon_dev_t *hw, bool en) in modem_syscon_ll_enable_test_clk()
28 static inline void modem_syscon_ll_enable_data_dump_mux_clock(modem_syscon_dev_t *hw, bool en) in modem_syscon_ll_enable_data_dump_mux_clock()
34 static inline void modem_syscon_ll_enable_etm_clock(modem_syscon_dev_t *hw, bool en) in modem_syscon_ll_enable_etm_clock()
40 static inline void modem_syscon_ll_enable_ieee802154_apb_clock(modem_syscon_dev_t *hw, bool en) in modem_syscon_ll_enable_ieee802154_apb_clock()
46 static inline void modem_syscon_ll_enable_ieee802154_mac_clock(modem_syscon_dev_t *hw, bool en) in modem_syscon_ll_enable_ieee802154_mac_clock()
52 static inline void modem_syscon_ll_enable_modem_sec_clock(modem_syscon_dev_t *hw, bool en) in modem_syscon_ll_enable_modem_sec_clock()
62 static inline void modem_syscon_ll_enable_ble_timer_clock(modem_syscon_dev_t *hw, bool en) in modem_syscon_ll_enable_ble_timer_clock()
68 static inline void modem_syscon_ll_enable_data_dump_clock(modem_syscon_dev_t *hw, bool en) in modem_syscon_ll_enable_data_dump_clock()
280 static inline void modem_syscon_ll_clk_conf1_configure(modem_syscon_dev_t *hw, bool en, uint32_t ma… in modem_syscon_ll_clk_conf1_configure()
290 static inline void modem_syscon_ll_clk_wifibb_configure(modem_syscon_dev_t *hw, bool en) in modem_syscon_ll_clk_wifibb_configure()
[all …]
Dmodem_lpcon_ll.h22 static inline void modem_lpcon_ll_enable_test_clk(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_test_clk()
28 static inline void modem_lpcon_ll_enable_ble_rtc_timer_slow_osc(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_ble_rtc_timer_slow_osc()
34 static inline void modem_lpcon_ll_enable_ble_rtc_timer_fast_osc(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_ble_rtc_timer_fast_osc()
40 static inline void modem_lpcon_ll_enable_ble_rtc_timer_main_xtal(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_ble_rtc_timer_main_xtal()
46 static inline void modem_lpcon_ll_enable_ble_rtc_timer_32k_xtal(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_ble_rtc_timer_32k_xtal()
64 static inline void modem_lpcon_ll_enable_coex_lpclk_slow_osc(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_coex_lpclk_slow_osc()
70 static inline void modem_lpcon_ll_enable_coex_lpclk_fast_osc(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_coex_lpclk_fast_osc()
76 static inline void modem_lpcon_ll_enable_coex_lpclk_main_xtal(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_coex_lpclk_main_xtal()
82 static inline void modem_lpcon_ll_enable_coex_lpclk_32k_xtal(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_coex_lpclk_32k_xtal()
100 static inline void modem_lpcon_ll_enable_wifi_lpclk_slow_osc(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_wifi_lpclk_slow_osc()
[all …]
Dtimer_ll.h92 static inline void timer_ll_enable_clock(timg_dev_t *hw, uint32_t timer_num, bool en) in timer_ll_enable_clock()
111 static inline void timer_ll_enable_alarm(timg_dev_t *hw, uint32_t timer_num, bool en) in timer_ll_enable_alarm()
142 static inline void timer_ll_enable_auto_reload(timg_dev_t *hw, uint32_t timer_num, bool en) in timer_ll_enable_auto_reload()
168 static inline void timer_ll_enable_counter(timg_dev_t *hw, uint32_t timer_num, bool en) in timer_ll_enable_counter()
262 static inline void timer_ll_enable_etm(timg_dev_t *hw, bool en) in timer_ll_enable_etm()
276 static inline void timer_ll_enable_intr(timg_dev_t *hw, uint32_t mask, bool en) in timer_ll_enable_intr()
317 static inline void timer_ll_enable_register_clock_always_on(timg_dev_t *hw, bool en) in timer_ll_enable_register_clock_always_on()
Dparlio_ll.h113 static inline void parlio_ll_rx_enable_clock(parl_io_dev_t *dev, bool en) in parlio_ll_rx_enable_clock()
136 static inline void parlio_ll_rx_start(parl_io_dev_t *dev, bool en) in parlio_ll_rx_start()
213 static inline void parlio_ll_rx_start_soft_recv(parl_io_dev_t *dev, bool en) in parlio_ll_rx_start_soft_recv()
305 static inline void parlio_ll_rx_enable_timeout(parl_io_dev_t *dev, bool en) in parlio_ll_rx_enable_timeout()
395 static inline void parlio_ll_tx_enable_clock(parl_io_dev_t *dev, bool en) in parlio_ll_tx_enable_clock()
421 static inline void parlio_ll_tx_enable_clock_gating(parl_io_dev_t *dev, bool en) in parlio_ll_tx_enable_clock_gating()
433 static inline void parlio_ll_tx_start(parl_io_dev_t *dev, bool en) in parlio_ll_tx_start()
446 static inline void parlio_ll_tx_treat_msb_as_valid(parl_io_dev_t *dev, bool en) in parlio_ll_tx_treat_msb_as_valid()
Dsystimer_ll.h24 …ribute__((always_inline)) static inline void systimer_ll_enable_clock(systimer_dev_t *dev, bool en) in systimer_ll_enable_clock()
42 …ttribute__((always_inline)) static inline void systimer_ll_enable_etm(systimer_dev_t *dev, bool en) in systimer_ll_enable_etm()
49 …)) static inline void systimer_ll_enable_counter(systimer_dev_t *dev, uint32_t counter_id, bool en) in systimer_ll_enable_counter()
142 …line)) static inline void systimer_ll_enable_alarm(systimer_dev_t *dev, uint32_t alarm_id, bool en) in systimer_ll_enable_alarm()
153 …)) static inline void systimer_ll_enable_alarm_int(systimer_dev_t *dev, uint32_t alarm_id, bool en) in systimer_ll_enable_alarm_int()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dmodem_syscon_ll.h22 static inline void modem_syscon_ll_enable_test_clk(modem_syscon_dev_t *hw, bool en) in modem_syscon_ll_enable_test_clk()
29 static inline void modem_syscon_ll_enable_data_dump_mux_clock(modem_syscon_dev_t *hw, bool en) in modem_syscon_ll_enable_data_dump_mux_clock()
35 static inline void modem_syscon_ll_enable_etm_clock(modem_syscon_dev_t *hw, bool en) in modem_syscon_ll_enable_etm_clock()
41 static inline void modem_syscon_ll_enable_ieee802154_apb_clock(modem_syscon_dev_t *hw, bool en) in modem_syscon_ll_enable_ieee802154_apb_clock()
47 static inline void modem_syscon_ll_enable_ieee802154_mac_clock(modem_syscon_dev_t *hw, bool en) in modem_syscon_ll_enable_ieee802154_mac_clock()
53 static inline void modem_syscon_ll_enable_modem_sec_clock(modem_syscon_dev_t *hw, bool en) in modem_syscon_ll_enable_modem_sec_clock()
63 static inline void modem_syscon_ll_enable_ble_timer_apb(modem_syscon_dev_t *hw, bool en) in modem_syscon_ll_enable_ble_timer_apb()
69 static inline void modem_syscon_ll_enable_ble_timer_clock(modem_syscon_dev_t *hw, bool en) in modem_syscon_ll_enable_ble_timer_clock()
75 static inline void modem_syscon_ll_enable_data_dump_clock(modem_syscon_dev_t *hw, bool en) in modem_syscon_ll_enable_data_dump_clock()
189 static inline void modem_syscon_ll_clk_conf1_configure(modem_syscon_dev_t *hw, bool en, uint32_t ma… in modem_syscon_ll_clk_conf1_configure()
[all …]
Dmodem_lpcon_ll.h22 static inline void modem_lpcon_ll_enable_test_clk(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_test_clk()
28 static inline void modem_lpcon_ll_enable_coex_lpclk_slow_osc(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_coex_lpclk_slow_osc()
34 static inline void modem_lpcon_ll_enable_coex_lpclk_fast_osc(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_coex_lpclk_fast_osc()
40 static inline void modem_lpcon_ll_enable_coex_lpclk_main_xtal(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_coex_lpclk_main_xtal()
46 static inline void modem_lpcon_ll_enable_coex_lpclk_32k_xtal(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_coex_lpclk_32k_xtal()
64 static inline void modem_lpcon_ll_enable_coex_clock(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_coex_clock()
70 static inline void modem_lpcon_ll_enable_i2c_master_clock(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_i2c_master_clock()
76 static inline void modem_lpcon_ll_enable_fe_mem_clock(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_fe_mem_clock()
82 static inline void modem_lpcon_ll_enable_coex_force_clock(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_coex_force_clock()
88 static inline void modem_lpcon_ll_enable_i2c_master_force_clock(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_i2c_master_force_clock()
[all …]
Dlp_clkrst_ll.h20 static inline void lp_clkrst_ll_enable_ble_rtc_timer_slow_osc(lp_clkrst_dev_t *hw, bool en) in lp_clkrst_ll_enable_ble_rtc_timer_slow_osc()
26 static inline void lp_clkrst_ll_enable_ble_rtc_timer_fast_osc(lp_clkrst_dev_t *hw, bool en) in lp_clkrst_ll_enable_ble_rtc_timer_fast_osc()
32 static inline void lp_clkrst_ll_enable_ble_rtc_timer_main_xtal(lp_clkrst_dev_t *hw, bool en) in lp_clkrst_ll_enable_ble_rtc_timer_main_xtal()
38 static inline void lp_clkrst_ll_enable_ble_rtc_timer_32k_xtal(lp_clkrst_dev_t *hw, bool en) in lp_clkrst_ll_enable_ble_rtc_timer_32k_xtal()
Dtimer_ll.h92 static inline void timer_ll_enable_clock(timg_dev_t *hw, uint32_t timer_num, bool en) in timer_ll_enable_clock()
111 static inline void timer_ll_enable_alarm(timg_dev_t *hw, uint32_t timer_num, bool en) in timer_ll_enable_alarm()
142 static inline void timer_ll_enable_auto_reload(timg_dev_t *hw, uint32_t timer_num, bool en) in timer_ll_enable_auto_reload()
168 static inline void timer_ll_enable_counter(timg_dev_t *hw, uint32_t timer_num, bool en) in timer_ll_enable_counter()
262 static inline void timer_ll_enable_etm(timg_dev_t *hw, bool en) in timer_ll_enable_etm()
276 static inline void timer_ll_enable_intr(timg_dev_t *hw, uint32_t mask, bool en) in timer_ll_enable_intr()
317 static inline void timer_ll_enable_register_clock_always_on(timg_dev_t *hw, bool en) in timer_ll_enable_register_clock_always_on()
Dparlio_ll.h111 static inline void parlio_ll_rx_enable_clock(parl_io_dev_t *dev, bool en) in parlio_ll_rx_enable_clock()
134 static inline void parlio_ll_rx_start(parl_io_dev_t *dev, bool en) in parlio_ll_rx_start()
209 static inline void parlio_ll_rx_start_soft_recv(parl_io_dev_t *dev, bool en) in parlio_ll_rx_start_soft_recv()
298 static inline void parlio_ll_rx_enable_clock_gating(parl_io_dev_t *dev, bool en) in parlio_ll_rx_enable_clock_gating()
309 static inline void parlio_ll_rx_enable_timeout(parl_io_dev_t *dev, bool en) in parlio_ll_rx_enable_timeout()
399 static inline void parlio_ll_tx_enable_clock(parl_io_dev_t *dev, bool en) in parlio_ll_tx_enable_clock()
425 static inline void parlio_ll_tx_enable_clock_gating(parl_io_dev_t *dev, bool en) in parlio_ll_tx_enable_clock_gating()
437 static inline void parlio_ll_tx_start(parl_io_dev_t *dev, bool en) in parlio_ll_tx_start()
450 static inline void parlio_ll_tx_treat_msb_as_valid(parl_io_dev_t *dev, bool en) in parlio_ll_tx_treat_msb_as_valid()
Dsystimer_ll.h24 …ribute__((always_inline)) static inline void systimer_ll_enable_clock(systimer_dev_t *dev, bool en) in systimer_ll_enable_clock()
42 …ttribute__((always_inline)) static inline void systimer_ll_enable_etm(systimer_dev_t *dev, bool en) in systimer_ll_enable_etm()
49 …)) static inline void systimer_ll_enable_counter(systimer_dev_t *dev, uint32_t counter_id, bool en) in systimer_ll_enable_counter()
142 …line)) static inline void systimer_ll_enable_alarm(systimer_dev_t *dev, uint32_t alarm_id, bool en) in systimer_ll_enable_alarm()
153 …)) static inline void systimer_ll_enable_alarm_int(systimer_dev_t *dev, uint32_t alarm_id, bool en) in systimer_ll_enable_alarm_int()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dcam_ll.h30 static inline void cam_ll_enable_bus_clock(int group_id, bool en) in cam_ll_enable_bus_clock()
62 static inline void cam_ll_enable_clk(int group_id, bool en) in cam_ll_enable_clk()
171 static inline void cam_ll_enable_stop_signal(lcd_cam_dev_t *dev, bool en) in cam_ll_enable_stop_signal()
193 static inline void cam_ll_enable_hs_line_int(lcd_cam_dev_t *dev, bool en) in cam_ll_enable_hs_line_int()
204 static inline void cam_ll_enable_vsync_generate_eof(lcd_cam_dev_t *dev, bool en) in cam_ll_enable_vsync_generate_eof()
215 static inline void cam_ll_enable_8bits_data_invert(lcd_cam_dev_t *dev, bool en) in cam_ll_enable_8bits_data_invert()
226 static inline void cam_ll_enable_rgb_yuv_convert(lcd_cam_dev_t *dev, bool en) in cam_ll_enable_rgb_yuv_convert()
405 static inline void cam_ll_enable_invert_pclk(lcd_cam_dev_t *dev, bool en) in cam_ll_enable_invert_pclk()
416 static inline void cam_ll_enable_vsync_filter(lcd_cam_dev_t *dev, bool en) in cam_ll_enable_vsync_filter()
448 static inline void cam_ll_enable_invert_de(lcd_cam_dev_t *dev, bool en) in cam_ll_enable_invert_de()
[all …]
Dtimer_ll.h56 static inline void timer_ll_enable_clock(timg_dev_t *hw, uint32_t timer_num, bool en) in timer_ll_enable_clock()
72 static inline void timer_ll_enable_alarm(timg_dev_t *hw, uint32_t timer_num, bool en) in timer_ll_enable_alarm()
103 static inline void timer_ll_enable_auto_reload(timg_dev_t *hw, uint32_t timer_num, bool en) in timer_ll_enable_auto_reload()
129 static inline void timer_ll_enable_counter(timg_dev_t *hw, uint32_t timer_num, bool en) in timer_ll_enable_counter()
226 static inline void timer_ll_enable_intr(timg_dev_t *hw, uint32_t mask, bool en) in timer_ll_enable_intr()
267 static inline void timer_ll_enable_register_clock_always_on(timg_dev_t *hw, bool en) in timer_ll_enable_register_clock_always_on()
Dlcd_ll.h42 static inline void lcd_ll_enable_clock(lcd_cam_dev_t *dev, bool en) in lcd_ll_enable_clock()
147 static inline void lcd_ll_enable_rgb_yuv_convert(lcd_cam_dev_t *dev, bool en) in lcd_ll_enable_rgb_yuv_convert()
291 static inline void lcd_ll_enable_output_always_on(lcd_cam_dev_t *dev, bool en) in lcd_ll_enable_output_always_on()
337 static inline void lcd_ll_reverse_bit_order(lcd_cam_dev_t *dev, bool en) in lcd_ll_reverse_bit_order()
351 static inline void lcd_ll_swap_byte_order(lcd_cam_dev_t *dev, uint32_t width, bool en) in lcd_ll_swap_byte_order()
430 static inline void lcd_ll_enable_rgb_mode(lcd_cam_dev_t *dev, bool en) in lcd_ll_enable_rgb_mode()
441 static inline void lcd_ll_enable_auto_next_frame(lcd_cam_dev_t *dev, bool en) in lcd_ll_enable_auto_next_frame()
453 static inline void lcd_ll_enable_output_hsync_in_porch_region(lcd_cam_dev_t *dev, bool en) in lcd_ll_enable_output_hsync_in_porch_region()
555 static inline void lcd_ll_enable_interrupt(lcd_cam_dev_t *dev, uint32_t mask, bool en) in lcd_ll_enable_interrupt()
Dsdmmc_ll.h162 static inline void sdmmc_ll_enable_card_clock(sdmmc_dev_t *hw, uint32_t slot, bool en) in sdmmc_ll_enable_card_clock()
223 static inline void sdmmc_ll_enable_card_clock_low_power(sdmmc_dev_t *hw, uint32_t slot, bool en) in sdmmc_ll_enable_card_clock_low_power()
292 static inline void sdmmc_ll_enable_ddr_mode(sdmmc_dev_t *hw, uint32_t slot, bool en) in sdmmc_ll_enable_ddr_mode()
343 static inline void sdmmc_ll_enable_dma(sdmmc_dev_t *hw, bool en) in sdmmc_ll_enable_dma()
378 static inline void sdmmc_ll_enable_interrupt(sdmmc_dev_t *hw, uint32_t mask, bool en) in sdmmc_ll_enable_interrupt()
Dsystimer_ll.h23 …ribute__((always_inline)) static inline void systimer_ll_enable_clock(systimer_dev_t *dev, bool en) in systimer_ll_enable_clock()
40 …)) static inline void systimer_ll_enable_counter(systimer_dev_t *dev, uint32_t counter_id, bool en) in systimer_ll_enable_counter()
133 …line)) static inline void systimer_ll_enable_alarm(systimer_dev_t *dev, uint32_t alarm_id, bool en) in systimer_ll_enable_alarm()
144 …)) static inline void systimer_ll_enable_alarm_int(systimer_dev_t *dev, uint32_t alarm_id, bool en) in systimer_ll_enable_alarm_int()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtimer_ll.h56 static inline void timer_ll_enable_clock(timg_dev_t *hw, uint32_t timer_num, bool en) in timer_ll_enable_clock()
72 static inline void timer_ll_enable_alarm(timg_dev_t *hw, uint32_t timer_num, bool en) in timer_ll_enable_alarm()
104 static inline void timer_ll_enable_auto_reload(timg_dev_t *hw, uint32_t timer_num, bool en) in timer_ll_enable_auto_reload()
130 static inline void timer_ll_enable_counter(timg_dev_t *hw, uint32_t timer_num, bool en) in timer_ll_enable_counter()
227 static inline void timer_ll_enable_intr(timg_dev_t *hw, uint32_t mask, bool en) in timer_ll_enable_intr()
268 static inline void timer_ll_enable_register_clock_always_on(timg_dev_t *hw, bool en) in timer_ll_enable_register_clock_always_on()
Dsystimer_ll.h23 …ribute__((always_inline)) static inline void systimer_ll_enable_clock(systimer_dev_t *dev, bool en) in systimer_ll_enable_clock()
40 …)) static inline void systimer_ll_enable_counter(systimer_dev_t *dev, uint32_t counter_id, bool en) in systimer_ll_enable_counter()
147 …line)) static inline void systimer_ll_enable_alarm(systimer_dev_t *dev, uint32_t alarm_id, bool en) in systimer_ll_enable_alarm()
154 …)) static inline void systimer_ll_enable_alarm_int(systimer_dev_t *dev, uint32_t alarm_id, bool en) in systimer_ll_enable_alarm_int()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dtimer_ll.h52 static inline void timer_ll_enable_clock(timg_dev_t *hw, uint32_t timer_num, bool en) in timer_ll_enable_clock()
68 static inline void timer_ll_enable_alarm(timg_dev_t *hw, uint32_t timer_num, bool en) in timer_ll_enable_alarm()
100 static inline void timer_ll_enable_auto_reload(timg_dev_t *hw, uint32_t timer_num, bool en) in timer_ll_enable_auto_reload()
126 static inline void timer_ll_enable_counter(timg_dev_t *hw, uint32_t timer_num, bool en) in timer_ll_enable_counter()
223 static inline void timer_ll_enable_intr(timg_dev_t *hw, uint32_t mask, bool en) in timer_ll_enable_intr()
264 static inline void timer_ll_enable_register_clock_always_on(timg_dev_t *hw, bool en) in timer_ll_enable_register_clock_always_on()
Dsdmmc_ll.h51 static inline void sdmmc_ll_enable_bus_clock(sdmmc_dev_t *hw, bool en) in sdmmc_ll_enable_bus_clock()
158 static inline void sdmmc_ll_enable_card_clock(sdmmc_dev_t *hw, uint32_t slot, bool en) in sdmmc_ll_enable_card_clock()
219 static inline void sdmmc_ll_enable_card_clock_low_power(sdmmc_dev_t *hw, uint32_t slot, bool en) in sdmmc_ll_enable_card_clock_low_power()
288 static inline void sdmmc_ll_enable_ddr_mode(sdmmc_dev_t *hw, uint32_t slot, bool en) in sdmmc_ll_enable_ddr_mode()
339 static inline void sdmmc_ll_enable_dma(sdmmc_dev_t *hw, bool en) in sdmmc_ll_enable_dma()
374 static inline void sdmmc_ll_enable_interrupt(sdmmc_dev_t *hw, uint32_t mask, bool en) in sdmmc_ll_enable_interrupt()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dtimer_ll.h54 static inline void timer_ll_enable_clock(timg_dev_t *hw, uint32_t timer_num, bool en) in timer_ll_enable_clock()
69 static inline void timer_ll_enable_alarm(timg_dev_t *hw, uint32_t timer_num, bool en) in timer_ll_enable_alarm()
100 static inline void timer_ll_enable_auto_reload(timg_dev_t *hw, uint32_t timer_num, bool en) in timer_ll_enable_auto_reload()
126 static inline void timer_ll_enable_counter(timg_dev_t *hw, uint32_t timer_num, bool en) in timer_ll_enable_counter()
223 static inline void timer_ll_enable_intr(timg_dev_t *hw, uint32_t mask, bool en) in timer_ll_enable_intr()
264 static inline void timer_ll_enable_register_clock_always_on(timg_dev_t *hw, bool en) in timer_ll_enable_register_clock_always_on()
Dsystimer_ll.h23 …ribute__((always_inline)) static inline void systimer_ll_enable_clock(systimer_dev_t *dev, bool en) in systimer_ll_enable_clock()
40 …)) static inline void systimer_ll_enable_counter(systimer_dev_t *dev, uint32_t counter_id, bool en) in systimer_ll_enable_counter()
133 …line)) static inline void systimer_ll_enable_alarm(systimer_dev_t *dev, uint32_t alarm_id, bool en) in systimer_ll_enable_alarm()
144 …)) static inline void systimer_ll_enable_alarm_int(systimer_dev_t *dev, uint32_t alarm_id, bool en) in systimer_ll_enable_alarm_int()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dtimer_ll.h54 static inline void timer_ll_enable_clock(timg_dev_t *hw, uint32_t timer_num, bool en) in timer_ll_enable_clock()
69 static inline void timer_ll_enable_alarm(timg_dev_t *hw, uint32_t timer_num, bool en) in timer_ll_enable_alarm()
100 static inline void timer_ll_enable_auto_reload(timg_dev_t *hw, uint32_t timer_num, bool en) in timer_ll_enable_auto_reload()
126 static inline void timer_ll_enable_counter(timg_dev_t *hw, uint32_t timer_num, bool en) in timer_ll_enable_counter()
223 static inline void timer_ll_enable_intr(timg_dev_t *hw, uint32_t mask, bool en) in timer_ll_enable_intr()
264 static inline void timer_ll_enable_register_clock_always_on(timg_dev_t *hw, bool en) in timer_ll_enable_register_clock_always_on()
Dsystimer_ll.h23 …ribute__((always_inline)) static inline void systimer_ll_enable_clock(systimer_dev_t *dev, bool en) in systimer_ll_enable_clock()
40 …)) static inline void systimer_ll_enable_counter(systimer_dev_t *dev, uint32_t counter_id, bool en) in systimer_ll_enable_counter()
133 …line)) static inline void systimer_ll_enable_alarm(systimer_dev_t *dev, uint32_t alarm_id, bool en) in systimer_ll_enable_alarm()
144 …)) static inline void systimer_ll_enable_alarm_int(systimer_dev_t *dev, uint32_t alarm_id, bool en) in systimer_ll_enable_alarm_int()
/hal_espressif-latest/components/esp_phy/src/
Dphy_override.c31 void set_xpd_sar(bool en) in set_xpd_sar()
57 void phy_set_pwdet_power(bool en) in phy_set_pwdet_power()
72 void phy_set_tsens_power(bool en) in phy_set_tsens_power()

1234