|
STM8S/A Standard Peripherals Drivers
|
AWU_Registers_Bits_Definition
Defines | |
| #define | AWU_APR_APR ((uint8_t)0x3F) |
| #define | AWU_CSR_AWUEN ((uint8_t)0x10) |
| #define | AWU_CSR_AWUF ((uint8_t)0x20) |
| #define | AWU_CSR_MSR ((uint8_t)0x01) |
| #define | AWU_TBR_AWUTB ((uint8_t)0x0F) |
Define Documentation
| #define AWU_APR_APR ((uint8_t)0x3F) |
Asynchronous Prescaler divider mask
Definition at line 462 of file stm8s.h.
Referenced by AWU_Init().
| #define AWU_CSR_AWUEN ((uint8_t)0x10) |
Auto Wake-up enable mask
Definition at line 459 of file stm8s.h.
Referenced by AWU_Cmd(), AWU_IdleModeEnable(), and AWU_Init().
| #define AWU_CSR_AWUF ((uint8_t)0x20) |
| #define AWU_CSR_MSR ((uint8_t)0x01) |
| #define AWU_TBR_AWUTB ((uint8_t)0x0F) |
Timebase selection mask
Definition at line 464 of file stm8s.h.
Referenced by AWU_IdleModeEnable(), and AWU_Init().