|
PatchworkOS
966e257
A non-POSIX operating system.
|
Go to the source code of this file.
Functions | |
| void | com_init (com_port_t port) |
| uint8_t | com_read (com_port_t port) |
| void | com_write (com_port_t port, uint8_t value) |
| uint8_t | com_reg_read (com_port_t port, com_reg_t reg) |
| void | com_reg_write (com_port_t port, com_reg_t reg, uint8_t value) |
| void com_init | ( | com_port_t | port | ) |
| uint8_t com_read | ( | com_port_t | port | ) |
| void com_write | ( | com_port_t | port, |
| uint8_t | value | ||
| ) |
| uint8_t com_reg_read | ( | com_port_t | port, |
| com_reg_t | reg | ||
| ) |
| void com_reg_write | ( | com_port_t | port, |
| com_reg_t | reg, | ||
| uint8_t | value | ||
| ) |