File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
components/hal/esp32h2/include/hal Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 11/*
2- * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD
2+ * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD
33 *
44 * SPDX-License-Identifier: Apache-2.0
55 */
@@ -60,15 +60,10 @@ static inline void modem_syscon_ll_enable_modem_sec_clock(modem_syscon_dev_t *hw
6060 hw -> clk_conf .clk_modem_sec_apb_en = en ;
6161}
6262
63- __attribute__((always_inline ))
64- static inline void modem_syscon_ll_enable_ble_timer_apb (modem_syscon_dev_t * hw , bool en )
65- {
66- hw -> clk_conf .clk_ble_timer_apb_en = en ;
67- }
68-
6963__attribute__((always_inline ))
7064static inline void modem_syscon_ll_enable_ble_timer_clock (modem_syscon_dev_t * hw , bool en )
7165{
66+ hw -> clk_conf .clk_ble_timer_apb_en = en ;
7267 hw -> clk_conf .clk_ble_timer_en = en ;
7368}
7469
You can’t perform that action at this time.
0 commit comments