microchip,pic32cm-jh-osc32k

Description

PIC32CM_JH 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-startup-time

string

Oscillator Start-Up Time

Default value: 183-us

Legal values: '183-us', '214-us', '275-us', '397-us', '641-us', '1129-us', '2106-us', '4059-us'

osc32k-on-demand-en

int

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

osc32k-run-in-standby-en

int

0: Run if requested by peripheral
1: The oscillator is always on, if demand-en is false

Legal values: 0, 1

osc32k-1khz-en

int

1kHz Output Enable
0: to disable, 1: to enable

Legal values: 0, 1

osc32k-32khz-en

int

32kHz output is enable
0: to disable, 1: to enable

Legal values: 0, 1

osc32k-en

int

Oscillator Enable
0: to disable, 1: to enable

Legal values: 0, 1