VSF Documented
|
#include "hal/vsf_hal_cfg.h"
#include "./device.h"
#include "./driver.h"
#include "system.h"
#include "time_api.h"
#include "stdio_uart.h"
#include "sysctrl_api.h"
#include "pmic_api.h"
#include "dbg.h"
#include "hal/driver/common/swi/arm/vsf_swi_template.inc"
Macros | |
#define | __VSF_HW_RNG_INIT(__IDX, __DONT_CARE) vsf_hw_rng_init(&VSF_MCONNECT(vsf_hw_rng, __IDX)); |
Functions | |
int | vsf_hal_pre_startup_init (void) |
int | user_pwrkey_enabled (void) |
void | vsf_arch_reset (void) |
void | vsf_arch_shutdown (void) |
bool | vsf_driver_init (void) |
common hal drivers | |
Variables | |
int | __data_start__ = 0x00100000 |
int | _shrbram = 0x00100000 |
int | __fast_func_start__ = 0 |
int | __fast_func_end__ = 0 |
int | __fast_etext = 0 |
int | __pavol_text_start__ = 0 |
int | __pavol_text_end__ = 0 |
int | __pavol_etext = 0 |
syscfg_predefined_t const | syscfg_predefined |
#define __VSF_HW_RNG_INIT | ( | __IDX, | |
__DONT_CARE | |||
) | vsf_hw_rng_init(&VSF_MCONNECT(vsf_hw_rng, __IDX)); |
int vsf_hal_pre_startup_init | ( | void | ) |
int user_pwrkey_enabled | ( | void | ) |
void vsf_arch_reset | ( | void | ) |
void vsf_arch_shutdown | ( | void | ) |
bool vsf_driver_init | ( | void | ) |
common hal drivers
none |
true | initialization succeeded. |
false | initialization failed |
int __data_start__ = 0x00100000 |
int _shrbram = 0x00100000 |
int __fast_func_start__ = 0 |
int __fast_func_end__ = 0 |
int __fast_etext = 0 |
int __pavol_text_start__ = 0 |
int __pavol_text_end__ = 0 |
int __pavol_etext = 0 |
syscfg_predefined_t const syscfg_predefined |