|
STM32L443xx HAL User Manual
|
Defines | |
| #define | LL_PWR_WriteReg(__REG__, __VALUE__) WRITE_REG(PWR->__REG__, (__VALUE__)) |
| Write a value in PWR register. | |
| #define | LL_PWR_ReadReg(__REG__) READ_REG(PWR->__REG__) |
| Read a value in PWR register. | |
| #define LL_PWR_ReadReg | ( | __REG__ | ) | READ_REG(PWR->__REG__) |
Read a value in PWR register.
| __REG__ | Register to be read |
| Register | value |
Definition at line 265 of file stm32l4xx_ll_pwr.h.
| #define LL_PWR_WriteReg | ( | __REG__, | |
| __VALUE__ | |||
| ) | WRITE_REG(PWR->__REG__, (__VALUE__)) |
Write a value in PWR register.
| __REG__ | Register to be written |
| __VALUE__ | Value to be written in the register |
| None |
Definition at line 258 of file stm32l4xx_ll_pwr.h.
1.7.6.1