|
YAHAL
Yet Another Hardware Abstraction Library
|
#include <stdint.h>#include <assert.h>Go to the source code of this file.
Classes | |
| struct | uf2_block |
Macros | |
| #define | UF2_MAGIC_START0 0x0A324655u |
| #define | UF2_MAGIC_START1 0x9E5D5157u |
| #define | UF2_MAGIC_END 0x0AB16F30u |
| #define | UF2_FLAG_NOT_MAIN_FLASH 0x00000001u |
| #define | UF2_FLAG_FILE_CONTAINER 0x00001000u |
| #define | UF2_FLAG_FAMILY_ID_PRESENT 0x00002000u |
| #define | UF2_FLAG_MD5_PRESENT 0x00004000u |
| #define | RP2040_FAMILY_ID 0xe48bff56 |