STM32L443xx HAL User Manual
|
Defines | |
#define | IS_LL_OPAMP_POWER_MODE(__POWER_MODE__) |
#define | IS_LL_OPAMP_FUNCTIONAL_MODE(__FUNCTIONAL_MODE__) |
#define | IS_LL_OPAMP_INPUT_NONINVERTING(__OPAMPX__, __INPUT_NONINVERTING__) |
#define | IS_LL_OPAMP_INPUT_INVERTING(__OPAMPX__, __INPUT_INVERTING__) |
#define | __OPAMP_PTR_REG_OFFSET(__REG__, __REG_OFFSET__) ((uint32_t *)((uint32_t) ((uint32_t)(&(__REG__)) + ((__REG_OFFSET__) << 2U)))) |
Driver macro reserved for internal use: set a pointer to a register from a register basis from which an offset is applied. |
#define __OPAMP_PTR_REG_OFFSET | ( | __REG__, | |
__REG_OFFSET__ | |||
) | ((uint32_t *)((uint32_t) ((uint32_t)(&(__REG__)) + ((__REG_OFFSET__) << 2U)))) |
Driver macro reserved for internal use: set a pointer to a register from a register basis from which an offset is applied.
__REG__ | Register basis from which the offset is applied. |
__REG_OFFSET__ | Offset to be applied (unit: number of registers). |
Register | address |
Definition at line 87 of file stm32l4xx_ll_opamp.h.
Referenced by LL_OPAMP_GetTrimmingValue(), and LL_OPAMP_SetTrimmingValue().
#define IS_LL_OPAMP_FUNCTIONAL_MODE | ( | __FUNCTIONAL_MODE__ | ) |
( ((__FUNCTIONAL_MODE__) == LL_OPAMP_MODE_STANDALONE) \ || ((__FUNCTIONAL_MODE__) == LL_OPAMP_MODE_FOLLOWER) \ || ((__FUNCTIONAL_MODE__) == LL_OPAMP_MODE_PGA) \ )
Definition at line 55 of file stm32l4xx_ll_opamp.c.
Referenced by LL_OPAMP_Init().
#define IS_LL_OPAMP_INPUT_INVERTING | ( | __OPAMPX__, | |
__INPUT_INVERTING__ | |||
) |
( ((__INPUT_INVERTING__) == LL_OPAMP_INPUT_INVERT_IO0) \ || ((__INPUT_INVERTING__) == LL_OPAMP_INPUT_INVERT_IO1) \ || ((__INPUT_INVERTING__) == LL_OPAMP_INPUT_INVERT_CONNECT_NO) \ )
Definition at line 74 of file stm32l4xx_ll_opamp.c.
Referenced by LL_OPAMP_Init().
#define IS_LL_OPAMP_INPUT_NONINVERTING | ( | __OPAMPX__, | |
__INPUT_NONINVERTING__ | |||
) |
( ((__INPUT_NONINVERTING__) == LL_OPAMP_INPUT_NONINVERT_IO0) \ || ((__INPUT_NONINVERTING__) == LL_OPAMP_INPUT_NONINV_DAC1_CH1) \ )
Definition at line 65 of file stm32l4xx_ll_opamp.c.
Referenced by LL_OPAMP_Init().
#define IS_LL_OPAMP_POWER_MODE | ( | __POWER_MODE__ | ) |
( ((__POWER_MODE__) == LL_OPAMP_POWERMODE_NORMALPOWER) \ || ((__POWER_MODE__) == LL_OPAMP_POWERMODE_LOWPOWER))
Definition at line 51 of file stm32l4xx_ll_opamp.c.
Referenced by LL_OPAMP_Init().