Home
last modified time | relevance | path

Searched defs:set_config (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/mgmt/
Dhawkbit.h165 struct hawkbit_runtime_config set_config = { in hawkbit_set_server_addr() local
180 struct hawkbit_runtime_config set_config = { in hawkbit_set_server_port() local
195 struct hawkbit_runtime_config set_config = { in hawkbit_set_ddi_security_token() local
210 struct hawkbit_runtime_config set_config = { in hawkbit_set_tls_tag() local
/Zephyr-Core-3.7.0/samples/drivers/misc/grove_display/src/
Dmain.c41 uint8_t set_config; in main() local
/Zephyr-Core-3.7.0/include/zephyr/net/
Dvirtual.h118 int (*set_config)(struct net_if *iface, member
Dethernet.h553 int (*set_config)(const struct device *dev, member
/Zephyr-Core-3.7.0/drivers/ethernet/
Deth_native_posix.c410 static int set_config(const struct device *dev, in set_config() function