Go to the source code of this file.
Macros | |
#define | UUID_ADDRESS (0x1FFF7A10) |
#define | UUID_SIZE (12) |
Functions | |
int | __io_putchar (uint8_t ch) |
void | assert_failed (uint8_t *file, uint32_t line) |
void | pv_board_deinit () |
pv_status_t | pv_board_init () |
static pv_status_t | pv_clock_config (void) |
void | pv_error_handler (void) |
const uint8_t * | pv_get_uuid (void) |
const uint32_t | pv_get_uuid_size (void) |
Variables | |
static uint8_t | uuid [UUID_SIZE] |
#define UUID_ADDRESS (0x1FFF7A10) |
Definition at line 19 of file pv_st_f411.c.
#define UUID_SIZE (12) |
Definition at line 20 of file pv_st_f411.c.
int __io_putchar | ( | uint8_t | ch | ) |
Definition at line 92 of file pv_st_f411.c.
void assert_failed | ( | uint8_t * | file, |
uint32_t | line | ||
) |
Definition at line 85 of file pv_st_f411.c.
void pv_board_deinit | ( | ) |
Definition at line 77 of file pv_st_f411.c.
pv_status_t pv_board_init | ( | ) |
Definition at line 60 of file pv_st_f411.c.
|
static |
Definition at line 24 of file pv_st_f411.c.
void pv_error_handler | ( | void | ) |
Definition at line 80 of file pv_st_f411.c.
const uint8_t* pv_get_uuid | ( | void | ) |
Definition at line 52 of file pv_st_f411.c.
const uint32_t pv_get_uuid_size | ( | void | ) |
Definition at line 56 of file pv_st_f411.c.
|
static |
Definition at line 22 of file pv_st_f411.c.