|
STM32H735xx HAL User Manual
|
Defines | |
| #define | LL_OPAMP_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG((__INSTANCE__)->__REG__, (__VALUE__)) |
| Write a value in OPAMP LL_OPAMP_GetPowerModeregister. | |
| #define | LL_OPAMP_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__) |
| Read a value in OPAMP register. | |
| #define LL_OPAMP_ReadReg | ( | __INSTANCE__, | |
| __REG__ | |||
| ) | READ_REG(__INSTANCE__->__REG__) |
Read a value in OPAMP register.
| __INSTANCE__ | OPAMP Instance |
| __REG__ | Register to be read |
| Register | value |
Definition at line 304 of file stm32h7xx_ll_opamp.h.
| #define LL_OPAMP_WriteReg | ( | __INSTANCE__, | |
| __REG__, | |||
| __VALUE__ | |||
| ) | WRITE_REG((__INSTANCE__)->__REG__, (__VALUE__)) |
Write a value in OPAMP LL_OPAMP_GetPowerModeregister.
| __INSTANCE__ | OPAMP Instance |
| __REG__ | Register to be written |
| __VALUE__ | Value to be written in the register |
| None |
Definition at line 296 of file stm32h7xx_ll_opamp.h.
Referenced by LL_OPAMP_DeInit().
1.7.6.1