|
STM32L443xx HAL User Manual
|
Defines | |
| #define | LL_COMP_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG((__INSTANCE__)->__REG__, (__VALUE__)) |
| Write a value in COMP register. | |
| #define | LL_COMP_ReadReg(__INSTANCE__, __REG__) READ_REG((__INSTANCE__)->__REG__) |
| Read a value in COMP register. | |
| #define LL_COMP_ReadReg | ( | __INSTANCE__, | |
| __REG__ | |||
| ) | READ_REG((__INSTANCE__)->__REG__) |
Read a value in COMP register.
| __INSTANCE__ | comparator instance |
| __REG__ | Register to be read |
| Register | value |
Definition at line 308 of file stm32l4xx_ll_comp.h.
| #define LL_COMP_WriteReg | ( | __INSTANCE__, | |
| __REG__, | |||
| __VALUE__ | |||
| ) | WRITE_REG((__INSTANCE__)->__REG__, (__VALUE__)) |
Write a value in COMP register.
| __INSTANCE__ | comparator instance |
| __REG__ | Register to be written |
| __VALUE__ | Value to be written in the register |
| None |
Definition at line 300 of file stm32l4xx_ll_comp.h.
Referenced by LL_COMP_DeInit().
1.7.6.1