RTEMS 6.1-rc5
|
Macros | |
#define | IRDA_GETCLOCKSOURCE(__HANDLE__, __CLOCKSOURCE__) |
Report the IRDA clock source. | |
#define | IRDA_MASK_COMPUTATION(__HANDLE__) |
Compute the mask to apply to retrieve the received data according to the word length and to the parity bits activation. | |
#define | IS_IRDA_WORD_LENGTH(__LENGTH__) |
Ensure that IRDA frame length is valid. | |
#define IRDA_GETCLOCKSOURCE | ( | __HANDLE__, | |
__CLOCKSOURCE__ | |||
) |
Report the IRDA clock source.
__HANDLE__ | specifies the IRDA Handle. |
__CLOCKSOURCE__ | output variable. |
IRDA | clocking source, written in CLOCKSOURCE. |
#define IRDA_MASK_COMPUTATION | ( | __HANDLE__ | ) |
Compute the mask to apply to retrieve the received data according to the word length and to the parity bits activation.
__HANDLE__ | specifies the IRDA Handle. |
None,the | mask to apply to the associated UART RDR register is stored in (HANDLE)->Mask field. |
#define IS_IRDA_WORD_LENGTH | ( | __LENGTH__ | ) |
Ensure that IRDA frame length is valid.
__LENGTH__ | IRDA frame length. |
SET | (LENGTH is valid) or RESET (LENGTH is invalid) |