|
STM32 Blue Pill Drivers
Drivers that could be used to interface and interact with STM32F103C8T6 Microcontroller
|
RCC Control/status register. More...
#include "MCAL/RCC/RCC_private.h"
Collaboration diagram for t_RCC_CSR:Data Fields | |
| t_u32 | LSION: 1 |
| Internal low speed oscillator enable. More... | |
| t_u32 | LSIRDY: 1 |
| Internal low speed oscillator ready. More... | |
| t_u32 | __pad0__: 22 |
| Reserved bit(s) More... | |
| t_u32 | RMVF: 1 |
| Remove reset flag. More... | |
| t_u32 | __pad1__: 1 |
| Reserved bit(s) More... | |
| t_u32 | PINRSTF: 1 |
| Pin reset flag. More... | |
| t_u32 | PORRSTF: 1 |
| POR/PDR reset flag. More... | |
| t_u32 | SFTRSTF: 1 |
| Software reset flag. More... | |
| t_u32 | IWDGRSTF: 1 |
| Independent watchdog reset flag. More... | |
| t_u32 | WWDGRSTF: 1 |
| Window watchdog reset flag. More... | |
| t_u32 | LPWRRSTF: 1 |
| Low-power reset flag. More... | |
RCC Control/status register.
| t_u32 LSION |
Internal low speed oscillator enable.
This field enables the internal low speed oscillator (LSI)
| t_u32 LSIRDY |
Internal low speed oscillator ready.
This field is set and cleared by hardware to indicate when the internal low speed oscillator (LSI) is stable.
| t_u32 __pad0__ |
Reserved bit(s)
| t_u32 RMVF |
Remove reset flag.
This field resets the reset flags.
| t_u32 __pad1__ |
Reserved bit(s)
| t_u32 PINRSTF |
Pin reset flag.
This field indicates that a reset has been caused by an NRST pin reset
| t_u32 PORRSTF |
POR/PDR reset flag.
This field indicates that a reset has been caused by a POR/PDR reset
| t_u32 SFTRSTF |
Software reset flag.
This field indicates that a reset has been caused by a software reset
| t_u32 IWDGRSTF |
Independent watchdog reset flag.
This field indicates that a reset has been caused by an independent watchdog reset
| t_u32 WWDGRSTF |
Window watchdog reset flag.
This field indicates that a reset has been caused by a window watchdog reset
| t_u32 LPWRRSTF |
Low-power reset flag.
This field indicates that a reset has been caused by a low-power reset