Searched full:supc (Results 1 – 9 of 9) sorted by relevance
14 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()
5 Atmel SAM SUPC (Supply-Controller) controller17 wakeup-source-id = <&supc SUPC_WAKEUP_SOURCE_RTC>;30 The SUPC wakeup source ids that can be enabled are defined in the33 compatible: "atmel,sam-supc"
10 #define SAM_DT_SUPC_CONTROLLER DEVICE_DT_GET(DT_NODELABEL(supc))
62 #define ADC_TSEN (SUPC->VREF.bit.TSEN)70 #define ADC_BGEN (SUPC->VREF.bit.VREFOE)
40 supc: supc@400e1a10 { label41 compatible = "atmel,sam-supc";
51 supc: supc@400e1410 { label52 compatible = "atmel,sam-supc";
49 supc: supc@400e1810 { label50 compatible = "atmel,sam-supc";
59 supc: supc@400e1810 { label60 compatible = "atmel,sam-supc";
1111 * Introduced Atmel SAM SUPC functions to allow wakeup sources and poweroff.