|
SAM4SD32 (SAM4S-EK2)
|
Common standard serial I/O management driver that implements a stdio serial interface on AVR and SAM devices. More...
Functions | |
| static void | stdio_serial_init (volatile void *usart, const usart_serial_options_t *opt) |
| Initializes the stdio in Serial Mode. | |
Variables | |
| void(* | ptr_get )(void volatile *, char *) |
| Pointer to the external low level read function. | |
| int(* | ptr_put )(void volatile *, char) |
| Pointer to the external low level write function. | |
| volatile void *volatile | stdio_base |
| Pointer to the base of the USART module instance to use for stdio. | |
Common standard serial I/O management driver that implements a stdio serial interface on AVR and SAM devices.
|
inlinestatic |
Initializes the stdio in Serial Mode.
| usart | Base address of the USART instance. |
| opt | Options needed to set up RS232 communication (see usart_serial_options_t). |
Definition at line 82 of file stdio_serial.h.
References ptr_get, ptr_put, stdio_base, usart_serial_getchar(), usart_serial_init(), and usart_serial_putchar().
|
extern |
Pointer to the external low level read function.
Referenced by stdio_serial_init().
|
extern |
Pointer to the external low level write function.
Referenced by stdio_serial_init().
|
extern |
Pointer to the base of the USART module instance to use for stdio.
Referenced by stdio_serial_init().