![]() |
snickerdoodle Platform Controller
firmware for STM32F0 platform controller
|
Modules | |
Device Firmware Upgrade | |
WL18xx Antenna Selection | |
Macros | |
#define | CONS_UART_RX_BUFF_SIZE 128 |
#define | IS_WL18xx_ANTENNA_MODE(__MODE__) |
Check that the antenna selection is valid. More... | |
#define | TOGGLE_BIT(__REG__, __BIT__) |
Toggle a single bit within a register. More... | |
#define CONS_UART_RX_BUFF_SIZE 128 |
#include <Inc/sd_platform.h>
Console buffer size
#define IS_WL18xx_ANTENNA_MODE | ( | __MODE__ | ) |
#include <Inc/sd_platform.h>
Check that the antenna selection is valid.
__MODE__ | The antenna mode selection |
TRUE | if MODE is valid, FALSE otherwise |
#define TOGGLE_BIT | ( | __REG__, | |
__BIT__ | |||
) |
#include <Inc/sd_platform.h>
Toggle a single bit within a register.
__REG__ | Register to toggle bit |
__BIT__ | Bit (0 index) to toggle |
New | register value with the bit toggled |