#include "pico.h"
#include "hardware/structs/xosc.h"
Go to the source code of this file.
Macros | |
#define | PICO_XOSC_STARTUP_DELAY_MULTIPLIER 1 |
Functions | |
void | xosc_init (void) |
Initialise the crystal oscillator system. More... | |
void | xosc_disable (void) |
Disable the Crystal oscillator. More... | |
void | xosc_dormant (void) |
Set the crystal oscillator system to dormant. More... | |