|
void(* | ptr_get )(void volatile *, char *) |
| Pointer to the external low level read function. More...
|
|
int(* | ptr_put )(void volatile *, char) |
| Pointer to the external low level write function. More...
|
|
volatile void *volatile | stdio_base |
| Pointer to the base of the USART module instance to use for stdio. More...
|
|
Common standard serial I/O management driver that implements a stdio serial interface on AVR and SAM devices.
◆ stdio_serial_init()
Initializes the stdio in Serial Mode.
- Parameters
-
usart | Base address of the USART instance. |
opt | Options needed to set up RS232 communication (see usart_options_t). |
Definition at line 82 of file stdio_serial.h.
◆ ptr_get
void(* ptr_get) (void volatile *, char *) |
Pointer to the external low level read function.
Definition at line 50 of file read.c.
◆ ptr_put
int(* ptr_put) (void volatile *, char) |
Pointer to the external low level write function.
Definition at line 47 of file write.c.
◆ stdio_base
volatile void* volatile stdio_base |
Pointer to the base of the USART module instance to use for stdio.
Definition at line 46 of file write.c.