STM8L15x Standard Peripherals Drivers
|
Defines | |
#define | IS_CLK_HALT(HALT) |
Enumerations | |
enum | CLK_Halt_TypeDef { CLK_Halt_BEEPRunning = (uint8_t)0x40, CLK_Halt_FastWakeup = (uint8_t)0x20, CLK_Halt_SlowWakeup = (uint8_t)0x10 } |
Define Documentation
#define IS_CLK_HALT | ( | HALT | ) |
Value:
(((HALT) == CLK_Halt_BEEPRunning) ||\ ((HALT) == CLK_Halt_FastWakeup) ||\ ((HALT) == CLK_Halt_SlowWakeup))
Definition at line 372 of file stm8l15x_clk.h.
Referenced by CLK_HaltConfig().
Enumeration Type Documentation
enum CLK_Halt_TypeDef |
Definition at line 365 of file stm8l15x_clk.h.