HAL
LL_USART_SetIrdaPowerMode() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_USART_SetIrdaPowerMode()

LL_USART_SetIrdaPowerMode() function

Configure IrDA Power Mode (Normal or Low Power)

Syntax

__STATIC_INLINE void LL_USART_SetIrdaPowerMode(USART_TypeDef *USARTx,     uint32_t PowerMode);

Arguments

USARTx

USART Instance

PowerMode

This parameter can be one of the following values: @arg LL_USART_IRDA_POWER_NORMAL @arg LL_USART_IRDA_POWER_LOW

Return value

None

Notes

Macro IS_IRDA_INSTANCE(USARTx) can be used to check whether or not IrDA feature is supported by the USARTx instance.

References

LocationText
stm32f4xx_ll_usart.h:1128
__STATIC_INLINE void LL_USART_SetIrdaPowerMode(USART_TypeDef *USARTx, uint32_t PowerMode)

Data Use

Data read by LL_USART_SetIrdaPowerMode()
LL_USART_SetIrdaPowerMode()