HAL + 0/7 examples
CodeScope will show references to LL_USART_ReadReg from the following samples and libraries:
 
Symbols
loading...
Files
loading...

LL_USART_ReadReg macro

Read a value in USART register

Syntax

#define LL_USART_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__)

Arguments

__INSTANCE__

USART Instance

__REG__

Register to be read

Return value

Register value

Examples

LL_USART_ReadReg is referenced by 7 libraries and example projects.

References

LocationText
stm32f4xx_ll_usart.h:343
#define LL_USART_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__)