Home
last modified time | relevance | path

Searched refs:hawkbit_get_config (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/mgmt/hawkbit/
Dconfig.h56 struct hawkbit_runtime_config hawkbit_get_config(void);
141 return hawkbit_get_config().server_addr; in hawkbit_get_server_addr()
151 return hawkbit_get_config().server_port; in hawkbit_get_server_port()
161 return hawkbit_get_config().auth_token; in hawkbit_get_ddi_security_token()
171 return hawkbit_get_config().tls_tag; in hawkbit_get_tls_tag()
/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit.c817 struct hawkbit_runtime_config hawkbit_get_config(void) in hawkbit_get_config() function