46 #ifndef __SD_PLATFORM_H 47 #define __SD_PLATFORM_H 62 #define CONS_UART_RX_BUFF_SIZE 128 69 #define WL18xx_ANTENNA_SMA ((uint8_t)0x01) 70 #define WL18xx_ANTENNA_CHIP ((uint8_t)0x02) 79 #define BOOT_STACK_ADDR 0x200014A8 80 #define SYS_MEM_START_ADDR 0x1FFFC800 91 #define IS_WL18xx_ANTENNA_MODE(__MODE__) (((__MODE__) == WL18xx_ANTENNA_SMA) || \ 92 ((__MODE__) == WL18xx_ANTENNA_CHIP)) 101 #define TOGGLE_BIT(__REG__, __BIT__) ((__REG__ & (1 << __BIT__)) ? \ 102 (__REG__ & ~(1 << __BIT__)) : \ 103 (__REG__ | (1 << __BIT__))) 214 #error "Multiple inclusion of sd_platform.h"
Character buffer structure.
Definition: sd_buffer.h:102
sd_uart_usb_err
UART to USB bridge error enumeration.
Definition: sd_platform.h:136
Definition: sd_platform.h:137
Double character buffer structure.
Definition: sd_buffer.h:89
UART device structure.
Definition: sd_uart.h:139
Definition: sd_platform.h:138