Home
last modified time | relevance | path

Searched refs:I2C_APLL (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dclk_tree_ll.h123 *o_div = REGI2C_READ_MASK(I2C_APLL, I2C_APLL_OR_OUTPUT_DIV); in clk_ll_apll_get_config()
124 *sdm0 = REGI2C_READ_MASK(I2C_APLL, I2C_APLL_DSDM0); in clk_ll_apll_get_config()
125 *sdm1 = REGI2C_READ_MASK(I2C_APLL, I2C_APLL_DSDM1); in clk_ll_apll_get_config()
126 *sdm2 = REGI2C_READ_MASK(I2C_APLL, I2C_APLL_DSDM2); in clk_ll_apll_get_config()
139 REGI2C_WRITE_MASK(I2C_APLL, I2C_APLL_DSDM2, sdm2); in clk_ll_apll_set_config()
140 REGI2C_WRITE_MASK(I2C_APLL, I2C_APLL_DSDM0, sdm0); in clk_ll_apll_set_config()
141 REGI2C_WRITE_MASK(I2C_APLL, I2C_APLL_DSDM1, sdm1); in clk_ll_apll_set_config()
142 REGI2C_WRITE(I2C_APLL, I2C_APLL_SDM_STOP, CLK_LL_APLL_SDM_STOP_VAL_1); in clk_ll_apll_set_config()
143 REGI2C_WRITE(I2C_APLL, I2C_APLL_SDM_STOP, CLK_LL_APLL_SDM_STOP_VAL_2_REV1); in clk_ll_apll_set_config()
144 REGI2C_WRITE_MASK(I2C_APLL, I2C_APLL_OR_OUTPUT_DIV, o_div); in clk_ll_apll_set_config()
[all …]
/hal_espressif-latest/components/hal/esp32/include/hal/
Dclk_tree_ll.h166 *o_div = REGI2C_READ_MASK(I2C_APLL, I2C_APLL_OR_OUTPUT_DIV); in clk_ll_apll_get_config()
167 *sdm0 = REGI2C_READ_MASK(I2C_APLL, I2C_APLL_DSDM0); in clk_ll_apll_get_config()
168 *sdm1 = REGI2C_READ_MASK(I2C_APLL, I2C_APLL_DSDM1); in clk_ll_apll_get_config()
169 *sdm2 = REGI2C_READ_MASK(I2C_APLL, I2C_APLL_DSDM2); in clk_ll_apll_get_config()
189 REGI2C_WRITE_MASK(I2C_APLL, I2C_APLL_DSDM2, sdm2); in clk_ll_apll_set_config()
190 REGI2C_WRITE_MASK(I2C_APLL, I2C_APLL_DSDM0, sdm0); in clk_ll_apll_set_config()
191 REGI2C_WRITE_MASK(I2C_APLL, I2C_APLL_DSDM1, sdm1); in clk_ll_apll_set_config()
192 REGI2C_WRITE(I2C_APLL, I2C_APLL_SDM_STOP, CLK_LL_APLL_SDM_STOP_VAL_1); in clk_ll_apll_set_config()
193 REGI2C_WRITE(I2C_APLL, I2C_APLL_SDM_STOP, sdm_stop_val_2); in clk_ll_apll_set_config()
194 REGI2C_WRITE_MASK(I2C_APLL, I2C_APLL_OR_OUTPUT_DIV, o_div); in clk_ll_apll_set_config()
[all …]
/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_regi2c_esp32s2.c88 #define I2C_APLL 0X6D macro
96 case I2C_APLL: in i2c_rtc_enable_block()
/hal_espressif-latest/components/soc/esp32/include/soc/
Dregi2c_apll.h18 #define I2C_APLL 0X6D macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dregi2c_apll.h18 #define I2C_APLL 0X6D macro