Home
last modified time | relevance | path

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

/Zephyr-latest/soc/atmel/sam/common/
Dsoc_supc.c14 SUPC->SUPC_CR = SUPC_CR_KEY_PASSWD | SUPC_CR_VROFF_STOP_VREG; in soc_supc_core_voltage_regulator_off()
19 SUPC->SUPC_CR = SUPC_CR_KEY_PASSWD | SUPC_CR_XTALSEL_CRYSTAL_SEL; in soc_supc_slow_clock_select_crystal_osc()
22 while (!(SUPC->SUPC_SR & SUPC_SR_OSCSEL)) { in soc_supc_slow_clock_select_crystal_osc()
31 SUPC->SUPC_WUMR |= 1 << wakeup_source_id; in soc_supc_enable_wakeup_source()
/Zephyr-latest/soc/atmel/sam0/common/
Dadc_fixup_sam0.h62 #define ADC_TSEN (SUPC->VREF.bit.TSEN)
70 #define ADC_BGEN (SUPC->VREF.bit.VREFOE)
/Zephyr-latest/doc/releases/
Drelease-notes-3.6.rst1111 * Introduced Atmel SAM SUPC functions to allow wakeup sources and poweroff.