Definition at line 72 of file serial.c.
Data Fields | |
| volatile avr32_usart_t * | usart |
| xQueueHandle | xCharsForTx |
| xQueueHandle | xRxedChars |
| volatile avr32_usart_t* usartPrivateData::usart |
Definition at line 74 of file serial.c.
Referenced by prvUSART_ISR_NonNakedBehaviour(), vSerialClose(), xUsartInit(), and xUsartPutChar().
| xQueueHandle usartPrivateData::xCharsForTx |
Definition at line 76 of file serial.c.
Referenced by prvUSART_ISR_NonNakedBehaviour(), xUsartInit(), and xUsartPutChar().
| xQueueHandle usartPrivateData::xRxedChars |
Definition at line 75 of file serial.c.
Referenced by prvUSART_ISR_NonNakedBehaviour(), xUsartGetChar(), and xUsartInit().
1.5.5