STM8L15x Standard Peripherals Drivers
|
Defines | |
#define | IS_DAC_OUTPUT_BUFFER_STATE(STATE) |
Enumerations | |
enum | DAC_OutputBuffer_TypeDef { DAC_OutputBuffer_Enable = ((uint8_t)0x00), DAC_OutputBuffer_Disable = ((uint8_t)0x02) } |
Define Documentation
#define IS_DAC_OUTPUT_BUFFER_STATE | ( | STATE | ) |
Value:
(((STATE) == DAC_OutputBuffer_Enable) || \ ((STATE) == DAC_OutputBuffer_Disable))
Definition at line 123 of file stm8l15x_dac.h.
Referenced by DAC_Init().
Enumeration Type Documentation
Definition at line 117 of file stm8l15x_dac.h.