Home
last modified time | relevance | path

Searched refs:Tag (Results 1 – 19 of 19) sorted by relevance

/Zephyr-latest/tests/crypto/tinycrypt/src/
Dcmac_mode.c127 uint8_t Tag[BUF_LEN]; in verify_cmac_null_msg() local
131 (void) tc_cmac_final(Tag, s); in verify_cmac_null_msg()
133 if (memcmp(Tag, tag, BUF_LEN) != 0) { in verify_cmac_null_msg()
136 show("computed Tag =", Tag, sizeof(Tag)); in verify_cmac_null_msg()
157 uint8_t Tag[BUF_LEN]; in verify_cmac_1_block_msg() local
161 (void) tc_cmac_final(Tag, s); in verify_cmac_1_block_msg()
163 if (memcmp(Tag, tag, BUF_LEN) != 0) { in verify_cmac_1_block_msg()
167 show("computed Tag =", Tag, sizeof(Tag)); in verify_cmac_1_block_msg()
191 uint8_t Tag[BUF_LEN]; in verify_cmac_320_bit_msg() local
195 (void) tc_cmac_final(Tag, s); in verify_cmac_320_bit_msg()
[all …]
/Zephyr-latest/boards/sifive/hifive1/support/
Dhifive1.resc18 sysbus Tag <0x10008000 4> "PRCI_HFROSCCFG" 0xFFFFFFFF
19 sysbus Tag <0x10008008 4> "PRCI_PLLCFG" 0xFFFFFFFF
/Zephyr-latest/scripts/coccinelle/
Dsame_identifier.cocci32 msg = "WARNING: Violation to rule 5.7 (Tag name should be unique) tag: {}".format(v)
53 msg = "WARNING: Violation to rule 5.7 (Tag name should be unique) tag: {}".format(v)
74 msg = "WARNING: Violation to rule 5.7 (Tag name should be unique) tag: {}".format(v)
/Zephyr-latest/subsys/usb/device/class/
Dmsc.c65 uint32_t Tag; member
84 uint32_t Tag; member
575 csw.Tag = cbw.Tag; in CBWDecode()
/Zephyr-latest/boards/aconno/acn52832/doc/
Dindex.rst39 | PIN # | Tag-Connect | NRF52832 Functions | Configuration |
/Zephyr-latest/
D.gitignore77 # Tag files
/Zephyr-latest/boards/ezurio/bl654_sensor_board/doc/
Dbl654_sensor_board.rst125 debugger/programmer is required which can be connected to using a Tag-Connect
174 programmer which has a 9-pin ARM debug port can be used with a Tag-Connect
179 J1 Tag-Connect SWD Pinout:
/Zephyr-latest/boards/norik/octopus_io_board/doc/
Dindex.rst41 * Tag-Connect TC2030-IDC 6-pin connector for SWD programming and debugging
89 Norik Octopus IO-Board can be programmed and debugged using the Tag-Connect TC2030-IDC 6-pin connec…
/Zephyr-latest/subsys/logging/
DKconfig.formatting153 int "Tag max length"
158 prepended to each log message. Tag can be changed at runtime.
/Zephyr-latest/boards/bcdevices/plt_demo_v2/doc/
Dindex.rst39 - Tag-Connect TC2030-FP 6-pin Debug Connector
/Zephyr-latest/boards/beagle/beagleplay/doc/
Dbeagleplay_cc1352p7.rst173 over the Tag-Connect header on the board.
/Zephyr-latest/scripts/ci/
Dtest_plan.py80 class Tag: class
336 tag = Tag()
/Zephyr-latest/boards/circuitdojo/feather/doc/
Dindex.rst85 circuitdojo_feather_nrf9160 has a Tag Connect TC2030-CTX-NL. It can be used
/Zephyr-latest/boards/witte/linum/doc/
Dindex.rst16 …- SWD Pins for use as STLink (Pin header) and TC2030-IDC 6-Pin Tag-Connect Plug-of-Nails™ Connector
/Zephyr-latest/boards/ezurio/bt510/doc/
Dbt510.rst166 connect the BT510 to the board using the Tag-Connect cable via J3:
/Zephyr-latest/boards/st/stm32h745i_disco/doc/
Dindex.rst40 - Tag‑Connect |trade| (TAG) 10-pin footprint
/Zephyr-latest/doc/project/
Drelease_process.rst457 #. Tag and push the version, using an annotated tag::
495 #. Tag and push the version, using two annotated tags::
/Zephyr-latest/doc/_static/css/
Dcustom.css434 .highlight .nt /* Name.Tag */ {
/Zephyr-latest/doc/releases/
Drelease-notes-3.6.rst705 * Added support for Echo and Request-Tag CoAP options (RFC 9175).