Home
last modified time | relevance | path

Searched defs:update (Results 1 – 23 of 23) sorted by relevance

/Zephyr-latest/doc/develop/west/
Dbasics.rst123 .. _west-init-basics:
125 ``west init`` basics
159 ``west update`` basics
Dbuilt-in.rst239 .. _west-built-in-misc:
/Zephyr-latest/scripts/ci/
Dversion_mgr.py108 def update(git_tree, is_weekly=False): function
/Zephyr-latest/drivers/stepper/step_dir/
Dstep_dir_stepper_timing_source.h66 stepper_timing_source_update update; member
/Zephyr-latest/subsys/bluetooth/mesh/
Dcdb.c74 bool update; member
579 struct node_update *update = &cdb_node_updates[i]; in cdb_node_update_find() local
597 struct node_update *update, *free_slot; in update_cdb_node_settings() local
633 struct key_update *update = &cdb_key_updates[i]; in cdb_key_update_find() local
655 struct key_update *update, *free_slot; in update_cdb_subnet_settings() local
687 struct key_update *update, *free_slot; in update_cdb_app_key_settings() local
1147 struct node_update *update = &cdb_node_updates[i]; in store_cdb_pending_nodes() local
1179 struct key_update *update = &cdb_key_updates[i]; in store_cdb_pending_keys() local
Dapp_keys.c133 struct app_key_update *update = &app_key_updates[i]; in app_key_update_find() local
150 struct app_key_update *update, *free_slot; in update_app_key_settings() local
709 struct app_key_update *update = &app_key_updates[i]; in bt_mesh_app_key_pending_store() local
Dsubnet.c131 struct net_key_update *update = &net_key_updates[i]; in net_key_update_find() local
163 struct net_key_update *update, *free_slot; in update_subnet_settings() local
1005 struct net_key_update *update = &net_key_updates[i]; in bt_mesh_subnet_pending_store() local
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dhealth_cli.h116 int (*update)(struct bt_mesh_health_cli *cli, struct net_buf_simple *pub_buf); member
Ddfu_srv.h197 } update; member
Daccess.h757 int (*update)(const struct bt_mesh_model *mod); member
/Zephyr-latest/samples/net/cellular_modem/server/
Dte_udp_receive.py29 def update(self): member in TEUDPReceiveSession
/Zephyr-latest/subsys/net/lib/lwm2m/
Dipso_filling_sensor.c102 static void update(uint16_t obj_inst_id, uint16_t res_id, int index) in update() function
/Zephyr-latest/drivers/crypto/
Dcrypto_npcx_sha.c43 enum ncl_status (*update)(void *ctx, const uint8_t *data, uint32_t Len); member
/Zephyr-latest/soc/mediatek/mt8xxx/
Dcpuclk.c40 uint32_t update[4]; member
/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit_priv.h123 const char *update; member
/Zephyr-latest/subsys/shell/backends/
Dshell_uart.c496 static void update(const struct shell_transport *transport) in update() function
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll_conn.h113 uint8_t update; member
/Zephyr-latest/drivers/display/
Duc81xx.c492 uint8_t pattern, bool update) in uc81xx_clear_and_write_buffer()
/Zephyr-latest/include/zephyr/usb/
Dusbd.h332 void (*update)(struct usbd_class_data *const c_data, member
/Zephyr-latest/subsys/bluetooth/controller/ticker/
Dticker.c269 struct ticker_user_op_update update; member
/Zephyr-latest/drivers/i3c/
Di3c_mcux.c160 uint32_t mask, uint32_t update) in reg32_update()
/Zephyr-latest/include/zephyr/shell/
Dshell.h742 void (*update)(const struct shell_transport *transport); member
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c2453 struct bt_hci_cmd_state_set *update = cmd(buf)->state; in hci_cmd_done() local