Home
last modified time | relevance | path

Searched refs:BINDESC_ID_KERNEL_VERSION_STRING (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bindesc/
Dbindesc_version.c12 BINDESC_STR_DEFINE(kernel_version_string, BINDESC_ID_KERNEL_VERSION_STRING,
/Zephyr-latest/tests/subsys/bindesc/reading/src/
Dmain.c53 bindesc_find_str(handle, BINDESC_ID_KERNEL_VERSION_STRING, &result); in test_bindesc_read()
/Zephyr-latest/samples/subsys/bindesc/read_bindesc/src/
Dmain.c92 bindesc_find_str(&handle, BINDESC_ID_KERNEL_VERSION_STRING, &version); in main()
/Zephyr-latest/include/zephyr/
Dbindesc.h60 #define BINDESC_ID_KERNEL_VERSION_STRING 0x900 macro
/Zephyr-latest/doc/services/binary_descriptors/
Dindex.rst154 bindesc_find_str(&handle, BINDESC_ID_KERNEL_VERSION_STRING, &version);