libopencm3 STM32G0xx Power Control
More...
libopencm3 STM32G0xx Power Control
- Author
- © 2019 Guillaume Revaillot g.rev.nosp@m.aill.nosp@m.ot@gm.nosp@m.ail..nosp@m.com
- Version
- 1.0.0
This library supports the power control system for the STM32G0 series of ARM Cortex Microcontrollers by ST Microelectronics.
LGPL License Terms libopencm3 License
◆ pwr_disable_backup_domain_write_protect()
void pwr_disable_backup_domain_write_protect |
( |
void |
| ) |
|
◆ pwr_disable_power_voltage_detect()
void pwr_disable_power_voltage_detect |
( |
void |
| ) |
|
Disable Power Voltage Detector.
Definition at line 93 of file pwr.c.
References PWR_CR2.
◆ pwr_enable_backup_domain_write_protect()
void pwr_enable_backup_domain_write_protect |
( |
void |
| ) |
|
Enable RTC domain write protect.
Definition at line 57 of file pwr.c.
References PWR_CR1.
◆ pwr_enable_power_voltage_detect()
void pwr_enable_power_voltage_detect |
( |
uint32_t |
pvdr_level, |
|
|
uint32_t |
pvdf_level |
|
) |
| |
◆ pwr_set_low_power_mode_selection()
void pwr_set_low_power_mode_selection |
( |
uint32_t |
lpms | ) |
|
◆ pwr_set_vos_scale()