Searched refs:Tag (Results 1 – 19 of 19) sorted by relevance
/Zephyr-latest/tests/crypto/tinycrypt/src/ |
D | cmac_mode.c | 127 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/ |
D | hifive1.resc | 18 sysbus Tag <0x10008000 4> "PRCI_HFROSCCFG" 0xFFFFFFFF 19 sysbus Tag <0x10008008 4> "PRCI_PLLCFG" 0xFFFFFFFF
|
/Zephyr-latest/scripts/coccinelle/ |
D | same_identifier.cocci | 32 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/ |
D | msc.c | 65 uint32_t Tag; member 84 uint32_t Tag; member 575 csw.Tag = cbw.Tag; in CBWDecode()
|
/Zephyr-latest/boards/aconno/acn52832/doc/ |
D | index.rst | 39 | PIN # | Tag-Connect | NRF52832 Functions | Configuration |
|
/Zephyr-latest/ |
D | .gitignore | 77 # Tag files
|
/Zephyr-latest/boards/ezurio/bl654_sensor_board/doc/ |
D | bl654_sensor_board.rst | 125 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/ |
D | index.rst | 41 * 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/ |
D | Kconfig.formatting | 153 int "Tag max length" 158 prepended to each log message. Tag can be changed at runtime.
|
/Zephyr-latest/boards/bcdevices/plt_demo_v2/doc/ |
D | index.rst | 39 - Tag-Connect TC2030-FP 6-pin Debug Connector
|
/Zephyr-latest/boards/beagle/beagleplay/doc/ |
D | beagleplay_cc1352p7.rst | 173 over the Tag-Connect header on the board.
|
/Zephyr-latest/scripts/ci/ |
D | test_plan.py | 80 class Tag: class 336 tag = Tag()
|
/Zephyr-latest/boards/circuitdojo/feather/doc/ |
D | index.rst | 85 circuitdojo_feather_nrf9160 has a Tag Connect TC2030-CTX-NL. It can be used
|
/Zephyr-latest/boards/witte/linum/doc/ |
D | index.rst | 16 …- 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/ |
D | bt510.rst | 166 connect the BT510 to the board using the Tag-Connect cable via J3:
|
/Zephyr-latest/boards/st/stm32h745i_disco/doc/ |
D | index.rst | 40 - Tag‑Connect |trade| (TAG) 10-pin footprint
|
/Zephyr-latest/doc/project/ |
D | release_process.rst | 457 #. Tag and push the version, using an annotated tag:: 495 #. Tag and push the version, using two annotated tags::
|
/Zephyr-latest/doc/_static/css/ |
D | custom.css | 434 .highlight .nt /* Name.Tag */ {
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.6.rst | 705 * Added support for Echo and Request-Tag CoAP options (RFC 9175).
|