42 uint32_t clock_enable_mask;
48 uint32_t clock_enable_mask;
54 uint32_t clock_enable_mask;
56 uint8_t interrupt_line;
62extern const uint8_t Num_TC_Instances;
63extern const uint8_t TC_First_Index;
66extern const uint8_t Num_TCC_Instances;
69extern const uint8_t Num_SERCOM_Instances;
void _enter_standby_mode(void)
Enters the low-power STANDBY mode. Does not return until an interrupt fires.
bool set_cpu_frequency(uint32_t freq)
Sets the CPU frequency.
uint32_t get_cpu_frequency(void)
Gets the CPU frequency.
void sys_init(void)
Initializes the system clocks and performs any required system-wide setup.
void _enable_48mhz_gclk1(void)
Enables the 48 MHz clock on GCLK1 for USB operation.