VLCB SDK
An opinionated SDK for VLCB protocol
|
#include <stdint.h>
Go to the source code of this file.
Typedefs | |
typedef uint8_t | VlcbProcessorManufacturer |
typedef uint8_t | VlcbArmProcessor |
typedef uint8_t | VlcbMicrochipProcessor |
typedef uint8_t VlcbArmProcessor |
ARM Processor type codes (used by FCU to identify correct bootloader compatibility)
Definition at line 19 of file processor.h.
typedef uint8_t VlcbMicrochipProcessor |
Microchip Processor type codes (used by FCU to identify correct bootloader compatibility)
Definition at line 30 of file processor.h.
typedef uint8_t VlcbProcessorManufacturer |
Processor manufacturer codes
Definition at line 8 of file processor.h.
enum VlcbArmProcessor |
Enumerator | |
---|---|
VLCB_PM_ARM_ARM1176JZFS | |
VLCB_PM_ARM_CORTEXA7 | |
VLCB_PM_ARM_CORTEXA53 |
Definition at line 20 of file processor.h.
Definition at line 31 of file processor.h.
Enumerator | |
---|---|
VLCB_PM_MICROCHIP | |
VLCB_PM_ATMEL | |
VLCB_PM_ARM |
Definition at line 9 of file processor.h.