STM8L15x Standard Peripherals Drivers: COMP_Speed

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

Defines

#define IS_COMP_SPEED(SPEED)

Enumerations

enum  COMP_Speed_TypeDef { COMP_Speed_Slow = ((uint8_t)0x00), COMP_Speed_Fast = ((uint8_t)0x04) }

Define Documentation

#define IS_COMP_SPEED (   SPEED)
Value:
(((SPEED) == COMP_Speed_Slow) || \
                              ((SPEED) == COMP_Speed_Fast))

Definition at line 130 of file stm8l15x_comp.h.

Referenced by COMP_Init().


Enumeration Type Documentation

Enumerator:
COMP_Speed_Slow 

Comparator speed: slow

COMP_Speed_Fast 

Comparator speed: fast

Definition at line 124 of file stm8l15x_comp.h.

STM8S Firmware Library: Overview

 

 

 

For complete documentation on STM8L15x 8-bit microcontrollers platform visit www.st.com