#include <chip/memory-map.h>
#include <stddef.h>


Go to the source code of this file.
Functions | |
| static void * | get_usart_regs (unsigned int id) |
| Get a pointer to the USART registers. | |
Definition in file usart.h.
| static void* get_usart_regs | ( | unsigned int | id | ) | [inline, static] |
Get a pointer to the USART registers.
| id | The ID of the USART. |
Definition at line 55 of file usart.h.
Referenced by serial_console_init().
1.5.8