HAL
IRDA_HandleTypeDef is only used within HAL.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
USART registers base address.
IRDA communication parameters.
const uint8_t *
Pointer to IRDA Tx transfer Buffer.
uint16_t
IRDA Tx Transfer size.
__IO uint16_t
IRDA Tx Transfer Counter.
uint8_t *
Pointer to IRDA Rx transfer Buffer.
uint16_t
IRDA Rx Transfer size.
__IO uint16_t
IRDA Rx Transfer Counter.
IRDA Tx DMA Handle parameters.
IRDA Rx DMA Handle parameters.
Locking object.
IRDA state information related to global Handle management and also related to Tx operations. This parameter can be a value of HAL_IRDA_StateTypeDef .
IRDA state information related to Rx operations. This parameter can be a value of HAL_IRDA_StateTypeDef .
__IO uint32_t
IRDA Error code.

References

from examples