Macros
Collaboration diagram for COMP_Hysteresis:

Macros

#define COMP_Hysteresis_High   COMP_CSR_COMPxHYST
 
#define COMP_Hysteresis_Low   COMP_CSR_COMPxHYST_0
 
#define COMP_Hysteresis_Medium   COMP_CSR_COMPxHYST_1
 
#define COMP_Hysteresis_No   0x00000000
 
#define IS_COMP_HYSTERESIS(HYSTERESIS)
 

Detailed Description

Macro Definition Documentation

#define COMP_Hysteresis_High   COMP_CSR_COMPxHYST

Hysteresis level high

Definition at line 343 of file stm32f30x_comp.h.

#define COMP_Hysteresis_Low   COMP_CSR_COMPxHYST_0

Hysteresis level low

Definition at line 341 of file stm32f30x_comp.h.

#define COMP_Hysteresis_Medium   COMP_CSR_COMPxHYST_1

Hysteresis level medium

Definition at line 342 of file stm32f30x_comp.h.

#define COMP_Hysteresis_No   0x00000000

No hysteresis

Definition at line 340 of file stm32f30x_comp.h.

#define IS_COMP_HYSTERESIS (   HYSTERESIS)
Value:
(((HYSTERESIS) == COMP_Hysteresis_No) || \
((HYSTERESIS) == COMP_Hysteresis_Low) || \
((HYSTERESIS) == COMP_Hysteresis_Medium) || \
((HYSTERESIS) == COMP_Hysteresis_High))
#define COMP_Hysteresis_Medium
#define COMP_Hysteresis_No
#define COMP_Hysteresis_High
#define COMP_Hysteresis_Low

Definition at line 345 of file stm32f30x_comp.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:56