Implementation of the UART HAL module for nRF24LU1+ without data buffering. More...
#include "nrf24lu1p.h"#include <stdint.h>#include "hal_uart.h"Go to the source code of this file.
Defines | |
| #define | BAUD_57K6 1015 |
| #define | BAUD_38K4 1011 |
| #define | BAUD_19K2 998 |
| #define | BAUD_9K6 972 |
Functions | |
| void | hal_uart_init (hal_uart_baudrate_t baud) |
| void | hal_uart_putchar (uint8_t ch) |
| uint8_t | hal_uart_getchar (void) |
Implementation of the UART HAL module for nRF24LU1+ without data buffering.
Definition in file hal_uart_sync.c.
| #define BAUD_57K6 1015 |
Definition at line 24 of file hal_uart_sync.c.
| #define BAUD_38K4 1011 |
Definition at line 25 of file hal_uart_sync.c.
| #define BAUD_19K2 998 |
Definition at line 26 of file hal_uart_sync.c.
| #define BAUD_9K6 972 |
Definition at line 27 of file hal_uart_sync.c.
1.7.2