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 1
void xosc_init(void)
Initialise the crystal oscillator system.
Definition: xosc.c:27
void xosc_dormant(void)
Set the crystal oscillator system to dormant.
Definition: xosc.c:50
void xosc_disable(void)
Disable the Crystal oscillator.
Definition: xosc.c:41