![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
Internal Isf library configuration. More...
Go to the source code of this file.
Functions | |
isf_lib_info_t * | isf_lib_get_info (void) |
API ISF library get information. More... | |
void | _fw_device_info_get (device_info_t *rom_info) |
Variables | |
const isf_lib_info_t | gIsfLibInfo |
IPSF library version information. More... | |
Internal Isf library configuration.
Definition in file isf.c.
void _fw_device_info_get | ( | device_info_t * | rom_info | ) |
Definition at line 68 of file isf.c.
References device_info_t::build_code, isf_lib_info_t::buildCode, device_info_t::fw_version, isf_lib_get_info(), isf_lib_info_t::majorVersion, isf_lib_info_t::minorVersion, device_info_t::part_number, and isf_lib_info_t::partNumber.
Referenced by ci_mbox_init(), and isf_app_callback_dev_info().
isf_lib_info_t* isf_lib_get_info | ( | void | ) |
API ISF library get information.
The isf_lib_get_info() function is called by an application that needs
retrieve library version and part number that the library is targeted for.
Definition at line 34 of file isf.c.
Referenced by _fw_device_info_get().
const isf_lib_info_t gIsfLibInfo |
IPSF library version information.