Searched refs:UART_LL_PCR_REG_U32_SET (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | uart_ll.h | 36 #define UART_LL_PCR_REG_U32_SET(hw, reg_suffix, field_suffix, val) \ macro 203 UART_LL_PCR_REG_U32_SET(hw, sclk_conf, sclk_div_num, sclk_div - 1); in uart_ll_set_baudrate()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | uart_ll.h | 38 #define UART_LL_PCR_REG_U32_SET(hw, reg_suffix, field_suffix, val) \ macro 224 UART_LL_PCR_REG_U32_SET(hw, sclk_conf, sclk_div_num, sclk_div - 1); in uart_ll_set_baudrate()
|