Home
last modified time | relevance | path

Searched defs:match (Results 1 – 16 of 16) sorted by relevance

/Zephyr-Core-2.7.6/include/dfu/
Dflash_img.h30 const uint8_t *match; /** Match vector data */ member
/Zephyr-Core-2.7.6/drivers/timer/
Dxlnx_psttc_timer.c55 static void update_match(uint32_t cycles, uint32_t match) in update_match()
/Zephyr-Core-2.7.6/tests/subsys/fs/littlefs/src/
Dtestfs_util.c120 unsigned int match = 0; in testfs_verify_constant() local
190 unsigned int match = 0; in testfs_verify_incrementing() local
/Zephyr-Core-2.7.6/include/storage/
Dflash_map.h91 const uint8_t *match; /** 256 bits match vector */ member
/Zephyr-Core-2.7.6/subsys/bluetooth/mesh/
Drpl.c110 struct bt_mesh_rpl **match) in bt_mesh_rpl_check()
Dcdb.c535 struct node_update *match; in cdb_node_update_find() local
589 struct key_update *match; in cdb_key_update_find() local
Dapp_keys.c123 struct app_key_update *match; in app_key_update_find() local
Dsubnet.c124 struct net_key_update *match; in net_key_update_find() local
Dcfg_srv.c1085 uint16_t *match; in mod_sub_del() local
1524 uint16_t *match; in mod_sub_va_del() local
Daccess.c460 uint16_t *match; in bt_mesh_elem_find_group() local
/Zephyr-Core-2.7.6/lib/libc/minimal/source/string/
Dstring.c89 char *match = NULL; in strrchr() local
/Zephyr-Core-2.7.6/subsys/shell/
Dshell.c359 const struct shell_static_entry *match; in autocomplete() local
428 const struct shell_static_entry *match; in tab_options_print() local
461 const struct shell_static_entry *match; in common_beginning_find() local
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/
Dull_sched.c59 bool match = ticker_id >= TICKER_ID_CONN_BASE && in ticker_match_op_cb() local
/Zephyr-Core-2.7.6/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py1764 def sub(match): argument
/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Dsmp.c5460 bool match = (memcmp(c, smp->oobd_remote->c, sizeof(c)) == 0); in le_sc_oob_pairing_continue() local
/Zephyr-Core-2.7.6/tests/bluetooth/tester/src/
Dbttester.h229 uint8_t match; member