/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | modem_syscon_ll.h | 22 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 …]
|
D | modem_lpcon_ll.h | 22 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 …]
|
D | timer_ll.h | 92 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 …]
|
D | parlio_ll.h | 113 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 …]
|
D | systimer_ll.h | 24 …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/ |
D | modem_syscon_ll.h | 22 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 …]
|
D | modem_lpcon_ll.h | 22 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 …]
|
D | lp_clkrst_ll.h | 20 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()
|
D | parlio_ll.h | 111 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 …]
|
D | timer_ll.h | 92 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 …]
|
D | systimer_ll.h | 24 …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/ |
D | phy_override.c | 31 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/ |
D | cam_ll.h | 30 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 …]
|
D | sdmmc_ll.h | 162 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 …]
|
D | timer_ll.h | 56 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 …]
|
D | lcd_ll.h | 42 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 …]
|
D | systimer_ll.h | 23 …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/ |
D | sdmmc_ll.h | 51 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 …]
|
D | timer_ll.h | 52 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/ |
D | timer_ll.h | 56 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/ |
D | timer_ll.h | 54 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 …]
|
D | systimer_ll.h | 23 …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/ |
D | timer_ll.h | 54 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 …]
|
D | systimer_ll.h | 23 …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/ |
D | README.md | 5 …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…
|