this file contains all the functions needed to access to the battery pack information stored in the MSP430 flash memory . More...
#include "msp430.h"#include "bq_pack.h"#include "types.h"#include "data_flash.h"Go to the source code of this file.
Functions | |
| unsigned short | get_u16_value (param_id_t param_id) |
| Function Name: get_u16_value. | |
| DWORD | get_u32_value (param_id_t param_id) |
| Function Name: get_u32_value. | |
Variables | |
| const DWORD | DATA_FLASH [] |
| Local variables . | |
this file contains all the functions needed to access to the battery pack information stored in the MSP430 flash memory .
Definition in file data_flash.c.
| unsigned short get_u16_value | ( | param_id_t | param_id | ) |
Function Name: get_u16_value.
Global functions declaration .
Description : Reads the flash memory and returns the value of the parameter
| parameters | : battery pack parameter to be read |
Definition at line 134 of file data_flash.c.
| DWORD get_u32_value | ( | param_id_t | param_id | ) |
Function Name: get_u32_value.
Description : Reads the flash memory and returns the value of the parameter
| parameters | : battery pack parameter to be read |
Definition at line 148 of file data_flash.c.
1.7.1