HAL
IRDA_InitTypeDef is only used within HAL.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
uint32_t
This member configures the IRDA communication baud rate. The baud rate is computed using the following formula: - IntegerDivider = ((PCLKx) / (8 * (hirda->Init.BaudRate))) - FractionalDivider = ((IntegerDivider - ((uint32_t) IntegerDivider)) * 8) + 0.5.
uint32_t
Specifies the number of data bits transmitted or received in a frame. This parameter can be a value of IRDA_Word_Length.
uint32_t
Specifies the parity mode. This parameter can be a value of IRDA_Parity.
uint32_t
Specifies whether the Receive or Transmit mode is enabled or disabled. This parameter can be a value of IRDA_Mode.
uint8_t
Specifies the Prescaler value to be programmed in the IrDA low-power Baud Register, for defining pulse width on which burst acceptance/rejection will be decided. This value is used as divisor of system clock to achieve required pulse width.
uint32_t
Specifies the IrDA mode This parameter can be a value of IRDA_Low_Power.

References

from examples