STM32F103xB HAL User Manual
|
Defines | |
#define | LL_CRC_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG(__INSTANCE__->__REG__, __VALUE__) |
Write a value in CRC register. | |
#define | LL_CRC_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__) |
Read a value in CRC register. |
#define LL_CRC_ReadReg | ( | __INSTANCE__, | |
__REG__ | |||
) | READ_REG(__INSTANCE__->__REG__) |
Read a value in CRC register.
__INSTANCE__ | CRC Instance |
__REG__ | Register to be read |
Register | value |
Definition at line 80 of file stm32f1xx_ll_crc.h.
#define LL_CRC_WriteReg | ( | __INSTANCE__, | |
__REG__, | |||
__VALUE__ | |||
) | WRITE_REG(__INSTANCE__->__REG__, __VALUE__) |
Write a value in CRC register.
__INSTANCE__ | CRC Instance |
__REG__ | Register to be written |
__VALUE__ | Value to be written in the register |
None |
Definition at line 72 of file stm32f1xx_ll_crc.h.