Searched refs:UART_LL_PCR_REG_SET (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | uart_ll.h | 48 #define UART_LL_PCR_REG_SET(hw, reg_suffix, field_suffix, val) \ macro 105 UART_LL_PCR_REG_SET(hw, conf, rst_en, core_rst_en); in uart_ll_set_reset_core() 117 UART_LL_PCR_REG_SET(hw, sclk_conf, sclk_en, 1); in uart_ll_sclk_enable() 129 UART_LL_PCR_REG_SET(hw, sclk_conf, sclk_en, 0); in uart_ll_sclk_disable() 146 UART_LL_PCR_REG_SET(hw, sclk_conf, sclk_sel, 1); in uart_ll_set_sclk() 149 UART_LL_PCR_REG_SET(hw, sclk_conf, sclk_sel, 2); in uart_ll_set_sclk() 152 UART_LL_PCR_REG_SET(hw, sclk_conf, sclk_sel, 3); in uart_ll_set_sclk()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | uart_ll.h | 50 #define UART_LL_PCR_REG_SET(hw, reg_suffix, field_suffix, val) \ macro 126 UART_LL_PCR_REG_SET(hw, conf, rst_en, core_rst_en); in uart_ll_set_reset_core() 138 UART_LL_PCR_REG_SET(hw, sclk_conf, sclk_en, 1); in uart_ll_sclk_enable() 150 UART_LL_PCR_REG_SET(hw, sclk_conf, sclk_en, 0); in uart_ll_sclk_disable() 167 UART_LL_PCR_REG_SET(hw, sclk_conf, sclk_sel, 1); in uart_ll_set_sclk() 170 UART_LL_PCR_REG_SET(hw, sclk_conf, sclk_sel, 2); in uart_ll_set_sclk() 173 UART_LL_PCR_REG_SET(hw, sclk_conf, sclk_sel, 3); in uart_ll_set_sclk()
|