7#ifndef _HARDWARE_XOSC_H
8#define _HARDWARE_XOSC_H
11#include "hardware/structs/xosc.h"
17#ifndef PICO_XOSC_STARTUP_DELAY_MULTIPLIER
18#define PICO_XOSC_STARTUP_DELAY_MULTIPLIER 6
void xosc_init(void)
Initialise the crystal oscillator system.
Definition xosc.c:29
void xosc_dormant(void)
Set the crystal oscillator system to dormant.
Definition xosc.c:56
void xosc_disable(void)
Disable the Crystal oscillator.
Definition xosc.c:45