STM32 Blue Pill Drivers
Drivers that could be used to interface and interact with STM32F103C8T6 Microcontroller
Loading...
Searching...
No Matches
t_RCC_CSR Struct Reference

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...
 

Detailed Description

RCC Control/status register.

Field Documentation

◆ LSION

t_u32 LSION

Internal low speed oscillator enable.

This field enables the internal low speed oscillator (LSI)

◆ LSIRDY

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.

Warning
This field is read-only

◆ __pad0__

t_u32 __pad0__

Reserved bit(s)

Attention
This field is reserved and must be kept at reset value.

◆ RMVF

t_u32 RMVF

Remove reset flag.

This field resets the reset flags.

◆ __pad1__

t_u32 __pad1__

Reserved bit(s)

Attention
This field is reserved and must be kept at reset value.

◆ PINRSTF

t_u32 PINRSTF

Pin reset flag.

This field indicates that a reset has been caused by an NRST pin reset

Warning
This field is read-only

◆ PORRSTF

t_u32 PORRSTF

POR/PDR reset flag.

This field indicates that a reset has been caused by a POR/PDR reset

Warning
This field is read-only

◆ SFTRSTF

t_u32 SFTRSTF

Software reset flag.

This field indicates that a reset has been caused by a software reset

Warning
This field is read-only

◆ IWDGRSTF

t_u32 IWDGRSTF

Independent watchdog reset flag.

This field indicates that a reset has been caused by an independent watchdog reset

Warning
This field is read-only

◆ WWDGRSTF

t_u32 WWDGRSTF

Window watchdog reset flag.

This field indicates that a reset has been caused by a window watchdog reset

Warning
This field is read-only

◆ LPWRRSTF

t_u32 LPWRRSTF

Low-power reset flag.

This field indicates that a reset has been caused by a low-power reset

Warning
This field is read-only

The documentation for this struct was generated from the following file: