Home
last modified time | relevance | path

Searched refs:en (Results 1 – 25 of 153) sorted by relevance

1234567

/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() argument
24 hw->test_conf.clk_en = 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() argument
30 hw->clk_conf.clk_data_dump_mux = 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() argument
36 hw->clk_conf.clk_etm_en = 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() argument
42 hw->clk_conf.clk_zb_apb_en = 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() argument
48 hw->clk_conf.clk_zb_mac_en = en; in modem_syscon_ll_enable_ieee802154_mac_clock()
[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() argument
24 hw->test_conf.clk_en = 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() argument
30 hw->lp_timer_conf.clk_lp_timer_sel_osc_slow = 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() argument
36 hw->lp_timer_conf.clk_lp_timer_sel_osc_fast = 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() argument
42 hw->lp_timer_conf.clk_lp_timer_sel_xtal = 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() argument
48 hw->lp_timer_conf.clk_lp_timer_sel_xtal32k = en; in modem_lpcon_ll_enable_ble_rtc_timer_32k_xtal()
[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() argument
96 PCR.timergroup0_timer_clk_conf.tg0_timer_clk_en = en; in timer_ll_enable_clock()
98 PCR.timergroup1_timer_clk_conf.tg1_timer_clk_en = 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() argument
113 hw->hw_timer[timer_num].config.tx_alarm_en = 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() argument
144 hw->hw_timer[timer_num].config.tx_autoreload = 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() argument
170 hw->hw_timer[timer_num].config.tx_en = 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() argument
[all …]
Dparlio_ll.h113 static inline void parlio_ll_rx_enable_clock(parl_io_dev_t *dev, bool en) in parlio_ll_rx_enable_clock() argument
116 PCR.parl_clk_rx_conf.parl_clk_rx_en = 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() argument
138 dev->rx_cfg0.rx_start = 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() argument
215 dev->rx_cfg0.rx_sw_en = 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() argument
307 dev->rx_cfg1.rx_timeout_en = 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() argument
398 PCR.parl_clk_tx_conf.parl_clk_tx_en = en; in parlio_ll_tx_enable_clock()
[all …]
Dsystimer_ll.h24 …ribute__((always_inline)) static inline void systimer_ll_enable_clock(systimer_dev_t *dev, bool en) in systimer_ll_enable_clock() argument
26 dev->conf.clk_en = 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() argument
44 dev->conf.etm_en = 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() argument
51 if (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() argument
144 if (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() argument
155 if (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() argument
24 hw->test_conf.clk_en = 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() argument
35 static inline void modem_syscon_ll_enable_etm_clock(modem_syscon_dev_t *hw, bool en) in modem_syscon_ll_enable_etm_clock() argument
37 hw->clk_conf.clk_etm_en = 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() argument
43 hw->clk_conf.clk_zb_apb_en = 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() argument
49 hw->clk_conf.clk_zb_mac_en = 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() argument
[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() argument
24 hw->test_conf.clk_en = 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() argument
30 hw->coex_lp_clk_conf.clk_coex_lp_sel_osc_slow = 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() argument
36 hw->coex_lp_clk_conf.clk_coex_lp_sel_osc_fast = 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() argument
42 hw->coex_lp_clk_conf.clk_coex_lp_sel_xtal = 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() argument
48 hw->coex_lp_clk_conf.clk_coex_lp_sel_xtal32k = en; in modem_lpcon_ll_enable_coex_lpclk_32k_xtal()
[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() argument
22 hw->lpperi.lp_sel_osc_slow = 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() argument
28 hw->lpperi.lp_sel_osc_fast = 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() argument
34 hw->lpperi.lp_sel_xtal = 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() argument
40 hw->lpperi.lp_sel_xtal32k = en; in lp_clkrst_ll_enable_ble_rtc_timer_32k_xtal()
Dparlio_ll.h111 static inline void parlio_ll_rx_enable_clock(parl_io_dev_t *dev, bool en) in parlio_ll_rx_enable_clock() argument
114 PCR.parl_clk_rx_conf.parl_clk_rx_en = 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() argument
136 dev->rx_start_cfg.rx_start = 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() argument
211 dev->rx_mode_cfg.rx_sw_en = 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() argument
300 dev->rx_genrl_cfg.rx_gating_en = 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() argument
311 dev->rx_genrl_cfg.rx_timeout_en = en; in parlio_ll_rx_enable_timeout()
[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() argument
96 PCR.timergroup0_timer_clk_conf.tg0_timer_clk_en = en; in timer_ll_enable_clock()
98 PCR.timergroup1_timer_clk_conf.tg1_timer_clk_en = 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() argument
113 hw->hw_timer[timer_num].config.tx_alarm_en = 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() argument
144 hw->hw_timer[timer_num].config.tx_autoreload = 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() argument
170 hw->hw_timer[timer_num].config.tx_en = 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() argument
[all …]
Dsystimer_ll.h24 …ribute__((always_inline)) static inline void systimer_ll_enable_clock(systimer_dev_t *dev, bool en) in systimer_ll_enable_clock() argument
26 dev->conf.clk_en = 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() argument
44 dev->conf.etm_en = 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() argument
51 if (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() argument
144 if (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() argument
155 if (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() argument
33 if (s_wifi_adc_xpd_flag == en) { in set_xpd_sar()
38 s_wifi_adc_xpd_flag = en; in set_xpd_sar()
39 if (en) { in set_xpd_sar()
57 void phy_set_pwdet_power(bool en) in phy_set_pwdet_power() argument
59 if (s_wifi_pwdet_xpd_flag == en) { in phy_set_pwdet_power()
64 s_wifi_pwdet_xpd_flag = en; in phy_set_pwdet_power()
65 if (en) { in phy_set_pwdet_power()
72 void phy_set_tsens_power(bool en) in phy_set_tsens_power() argument
74 if (s_wifi_tsens_xpd_flag == en) { in phy_set_tsens_power()
[all …]
/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() argument
33 SYSTEM.perip_clk_en1.lcd_cam_clk_en = 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() argument
65 LCD_CAM.lcd_clock.clk_en = 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() argument
173 dev->cam_ctrl.cam_stop_en = 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() argument
195 dev->cam_ctrl.cam_line_int_en = 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() argument
206 dev->cam_ctrl.cam_vs_eof_en = en; in cam_ll_enable_vsync_generate_eof()
[all …]
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() argument
164 if (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() argument
225 if (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() argument
294 if (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() argument
345 hw->ctrl.dma_enable = en; in sdmmc_ll_enable_dma()
346 hw->ctrl.use_internal_dma = en; in sdmmc_ll_enable_dma()
347 hw->bmod.enable = en; in sdmmc_ll_enable_dma()
[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() argument
60 (void)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() argument
74 hw->hw_timer[timer_num].config.tn_alarm_en = 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() argument
105 hw->hw_timer[timer_num].config.tn_autoreload = 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() argument
131 hw->hw_timer[timer_num].config.tn_en = 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() argument
228 if (en) { in timer_ll_enable_intr()
[all …]
Dlcd_ll.h42 static inline void lcd_ll_enable_clock(lcd_cam_dev_t *dev, bool en) in lcd_ll_enable_clock() argument
44 dev->lcd_clock.clk_en = 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() argument
149 dev->lcd_rgb_yuv.lcd_conv_bypass = 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() argument
293 dev->lcd_user.lcd_always_out_en = 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() argument
340 dev->lcd_user.lcd_bit_order = 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() argument
356 dev->lcd_user.lcd_8bits_order = en; in lcd_ll_swap_byte_order()
[all …]
Dsystimer_ll.h23 …ribute__((always_inline)) static inline void systimer_ll_enable_clock(systimer_dev_t *dev, bool en) in systimer_ll_enable_clock() argument
25 dev->conf.clk_en = 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() argument
42 if (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() argument
135 if (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() argument
146 if (en) { in systimer_ll_enable_alarm_int()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dsdmmc_ll.h51 static inline void sdmmc_ll_enable_bus_clock(sdmmc_dev_t *hw, bool en) in sdmmc_ll_enable_bus_clock() argument
53 if (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() argument
160 if (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() argument
221 if (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() argument
290 if (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() argument
341 hw->ctrl.dma_enable = en; in sdmmc_ll_enable_dma()
[all …]
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() argument
56 (void)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() argument
70 hw->hw_timer[timer_num].config.tx_alarm_en = en; in timer_ll_enable_alarm()
72 hw->hw_timer[timer_num].config.tx_level_int_en = 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() argument
102 hw->hw_timer[timer_num].config.tx_autoreload = 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() argument
128 hw->hw_timer[timer_num].config.tx_en = 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() argument
[all …]
/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() argument
60 (void)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() argument
74 hw->hw_timer[timer_num].config.tx_alarm_en = en; in timer_ll_enable_alarm()
76 hw->hw_timer[timer_num].config.tx_level_int_en = 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() argument
106 hw->hw_timer[timer_num].config.tx_autoreload = 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() argument
132 hw->hw_timer[timer_num].config.tx_en = 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() argument
[all …]
/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() argument
57 hw->regclk.timer_clk_is_active = 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() argument
71 hw->hw_timer[timer_num].config.tx_alarm_en = 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() argument
102 hw->hw_timer[timer_num].config.tx_autoreload = 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() argument
128 hw->hw_timer[timer_num].config.tx_en = 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() argument
225 if (en) { in timer_ll_enable_intr()
[all …]
Dsystimer_ll.h23 …ribute__((always_inline)) static inline void systimer_ll_enable_clock(systimer_dev_t *dev, bool en) in systimer_ll_enable_clock() argument
25 dev->conf.clk_en = 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() argument
42 if (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() argument
135 if (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() argument
146 if (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() argument
57 hw->regclk.timer_clk_is_active = 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() argument
71 hw->hw_timer[timer_num].config.tx_alarm_en = 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() argument
102 hw->hw_timer[timer_num].config.tx_autoreload = 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() argument
128 hw->hw_timer[timer_num].config.tx_en = 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() argument
225 if (en) { in timer_ll_enable_intr()
[all …]
Dsystimer_ll.h23 …ribute__((always_inline)) static inline void systimer_ll_enable_clock(systimer_dev_t *dev, bool en) in systimer_ll_enable_clock() argument
25 dev->conf.clk_en = 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() argument
42 if (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() argument
135 if (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() argument
146 if (en) { in systimer_ll_enable_alarm_int()
/hal_espressif-latest/components/bt/esp_ble_mesh/
DREADME.md5 …r to [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/index.html).
10 ### [ESP-BLE-MESH Documentation](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/e…
12 - [Getting Started](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/esp_ble_mesh/i…
13 - [Architecture](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/esp_ble_mesh/arhi…
14 - [Feature List](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/esp_ble_mesh/ble_…
15 - [FAQ](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/esp_ble_mesh/ble_mesh_faq.…
16 - [API Reference](https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/bluetooth/ble…
21 …xamples** of [Getting Started](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/es…

1234567