21.6.1.7 Struct system_clock_source_xosc_config
External oscillator clock configuration structure.
| Type | Name | Description |
|---|---|---|
| bool | auto_gain_control |
Enable automatic amplitude gain control |
| enum system_clock_external | external_clock |
External clock type |
| uint32_t | frequency |
External clock/crystal frequency |
| bool | on_demand |
Run On Demand. If this is set the XOSC won't run until requested by a peripheral |
| bool | run_in_standby |
Keep the XOSC enabled in standby sleep mode |
| enum system_xosc_startup | startup_time |
Crystal oscillator start-up time |
