#include "pv_psoc6.h"
#include "cy_pdl.h"
#include "cy_retarget_io.h"
#include "cy_rgb_led.h"
#include "cybsp.h"
#include "cyhal.h"
Go to the source code of this file.
Macros | |
#define | CPU_CLOCK_150MHZ (150000000) |
#define | UUID_SIZE (8) |
Functions | |
static cy_rslt_t | cpu_clock_init (void) |
void | pv_board_deinit () |
pv_status_t | pv_board_init (void) |
void | pv_error_handler (void) |
const uint8_t * | pv_get_uuid (void) |
const uint32_t | pv_get_uuid_size (void) |
pv_status_t | pv_message_init (void) |
Variables | |
cyhal_clock_t | cpu_clock |
cyhal_clock_t | pll_cpu_clock |
static uint8_t | uuid [UUID_SIZE] |
#define CPU_CLOCK_150MHZ (150000000) |
Definition at line 20 of file pv_psoc6.c.
#define UUID_SIZE (8) |
Definition at line 21 of file pv_psoc6.c.
|
static |
Definition at line 28 of file pv_psoc6.c.
void pv_board_deinit | ( | ) |
Definition at line 97 of file pv_psoc6.c.
pv_status_t pv_board_init | ( | void | ) |
Definition at line 59 of file pv_psoc6.c.
void pv_error_handler | ( | void | ) |
Definition at line 108 of file pv_psoc6.c.
const uint8_t* pv_get_uuid | ( | void | ) |
Definition at line 100 of file pv_psoc6.c.
const uint32_t pv_get_uuid_size | ( | void | ) |
Definition at line 104 of file pv_psoc6.c.
pv_status_t pv_message_init | ( | void | ) |
Definition at line 86 of file pv_psoc6.c.
cyhal_clock_t cpu_clock |
Definition at line 26 of file pv_psoc6.c.
cyhal_clock_t pll_cpu_clock |
Definition at line 25 of file pv_psoc6.c.
|
static |
Definition at line 23 of file pv_psoc6.c.