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_f407.c.
#define UUID_SIZE (12) |
Definition at line 20 of file pv_st_f407.c.
int __io_putchar | ( | uint8_t | ch | ) |
Definition at line 95 of file pv_st_f407.c.
void assert_failed | ( | uint8_t * | file, |
uint32_t | line | ||
) |
Definition at line 88 of file pv_st_f407.c.
void pv_board_deinit | ( | ) |
Definition at line 80 of file pv_st_f407.c.
pv_status_t pv_board_init | ( | ) |
Definition at line 63 of file pv_st_f407.c.
|
static |
Definition at line 24 of file pv_st_f407.c.
void pv_error_handler | ( | void | ) |
Definition at line 83 of file pv_st_f407.c.
const uint8_t* pv_get_uuid | ( | void | ) |
Definition at line 55 of file pv_st_f407.c.
const uint32_t pv_get_uuid_size | ( | void | ) |
Definition at line 59 of file pv_st_f407.c.
|
static |
Definition at line 22 of file pv_st_f407.c.