microchip,pic32cm-pl-osc32k

Description

PIC32CM_PL Internal Oscillator (OSC32K) Control

32.768 kHz High Accuracy Internal Oscillator (OSC32K).

Properties

Properties not inherited from the base binding file.

Name

Type

Details

osc32k-on-demand-en

int

On Demand Configuration

0: The oscillator is always on, if standby-en is true, else run in
   Standby Sleep mode if requested by a peripheral.
1: Run if requested by peripheral
Important: Initializing it with 1, along with clock enabled, can lead to indefinite wait for
the clock to be on, if there is no peripheral request for the clock in the sequence of clock
Initialization. If required, better to turn on the clock using API, instead of enabling both
during startup.

Legal values: 0, 1