#include <flash_efc.h>
#include "ASF/common/components/wifi/winc3400/wifi_drv/socket/include/socket.h"
#include "../../../hw-libs/drivers/d_flash.h"
#include "globals.h"
Go to the source code of this file.
Functions | |
void | com_bridge_apply_preset (evb_flash_cfg_t *cfg) |
void | com_bridge_apply_preset_uins_aux (evb_flash_cfg_t *cfg, uint8_t uinsAuxPort) |
void | com_bridge_apply_preset_uins_com (evb_flash_cfg_t *cfg, uint8_t uinsComPort) |
int | error_check_config (evb_flash_cfg_t *cfg) |
void | globals_init (void) |
void | nvr_init (void) |
void | nvr_slow_maintenance (void) |
static void | nvr_validate_config_integrity (void) |
void | reset_config_defaults (evb_flash_cfg_t *cfg) |
Variables | |
uint32_t | g_comm_time_ms = 0 |
debug_array_t | g_debug = {0} |
bool | g_enRtosStats = 0 |
dev_info_t | g_evbDevInfo = {0} |
evb_flash_cfg_t * | g_flashCfg |
date_time_t | g_gps_date_time = {0} |
bool | g_gpsTimeSync = false |
bool | g_loggerEnabled = false |
evb_msg_t | g_msg = {0} |
nvr_manage_t | g_nvr_manage_config |
evb_rtos_info_t | g_rtos = {0} |
evb_status_t | g_status = {0} |
uint32_t | g_uInsBootloaderEnableTimeMs = 0 |
nvm_config_t | g_userPage = {0} |
wheel_encoder_t | g_wheelEncoder = {0} |
void com_bridge_apply_preset | ( | evb_flash_cfg_t * | cfg | ) |
void com_bridge_apply_preset_uins_aux | ( | evb_flash_cfg_t * | cfg, |
uint8_t | uinsAuxPort | ||
) |
void com_bridge_apply_preset_uins_com | ( | evb_flash_cfg_t * | cfg, |
uint8_t | uinsComPort | ||
) |
int error_check_config | ( | evb_flash_cfg_t * | cfg | ) |
void reset_config_defaults | ( | evb_flash_cfg_t * | cfg | ) |
debug_array_t g_debug = {0} |
dev_info_t g_evbDevInfo = {0} |
evb_flash_cfg_t* g_flashCfg |
date_time_t g_gps_date_time = {0} |
nvr_manage_t g_nvr_manage_config |
evb_rtos_info_t g_rtos = {0} |
evb_status_t g_status = {0} |
nvm_config_t g_userPage = {0} |
wheel_encoder_t g_wheelEncoder = {0} |