Home
last modified time | relevance | path

Searched refs:SAR1_ATTEN (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_random_esp32h2.c18 static const uint32_t SAR1_ATTEN = 1; variable
49 …uint32_t pattern_two = SAR1_ATTEN; // we want channel 0 with max attenuation, channel doesn't real… in bootloader_random_enable()
Dbootloader_random_esp32c6.c18 static const uint32_t SAR1_ATTEN = 1; variable
56 … uint32_t pattern_two = (SAR2_CHANNEL << 2) | SAR1_ATTEN; // we want channel 9 with max attenuation in bootloader_random_enable()
/hal_espressif-latest/zephyr/esp32c6/src/
Dsoc_random.c18 static const uint32_t SAR1_ATTEN = 1; variable
60 uint32_t pattern_two = SAR1_ATTEN; in soc_random_enable()