Searched refs:magic (Results 1 – 12 of 12) sorted by relevance
| /samples/boards/st/backup_sram/src/ |
| A D | main.c | 19 uint32_t magic; member 34 if (backup.magic != BACKUP_MAGIC) { in main() 35 backup.magic = BACKUP_MAGIC; in main()
|
| /samples/drivers/eeprom/src/ |
| A D | main.c | 16 uint32_t magic; member 58 if (values.magic != EEPROM_SAMPLE_MAGIC) { in main() 59 values.magic = EEPROM_SAMPLE_MAGIC; in main()
|
| /samples/boards/nxp/mimxrt1170_evk_cm7/magic_addr/ |
| A D | sample.yaml | 3 name: magic addr 13 dt_node_prop_enabled("flexram", "flexram,has-magic-addr")
|
| A D | README.rst | 2 :name: FLEXRAM magic address
|
| /samples/tfm_integration/psa_crypto/src/ |
| A D | util_app_cfg.h | 27 uint32_t magic; member
|
| A D | util_app_cfg.c | 25 .magic = 0x55CFDA7A,
|
| /samples/modules/tflite-micro/magic_wand/ |
| A D | sample.yaml | 3 name: magic wand tensorflow
|
| /samples/subsys/usb/legacy/dfu/ |
| A D | README.rst | 87 I: Primary image: magic=good, swap_type=0x3, copy_done=0x1, image_ok=0x1 88 I: Secondary image: magic=good, swap_type=0x2, copy_done=0x3, image_ok=0x3 104 I: Primary image: magic=good, swap_type=0x2, copy_done=0x1, image_ok=0x3 105 I: Secondary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3 108 I: Secondary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3 149 I: Primary image: magic=good, swap_type=0x4, copy_done=0x1, image_ok=0x1 150 I: Secondary image: magic=good, swap_type=0x3, copy_done=0x3, image_ok=0x1
|
| /samples/subsys/usb/dfu/ |
| A D | README.rst | 102 I: Primary image: magic=good, swap_type=0x4, copy_done=0x1, image_ok=0x1 103 I: Secondary image: magic=good, swap_type=0x2, copy_done=0x3, image_ok=0x3 122 I: Primary image: magic=good, swap_type=0x2, copy_done=0x1, image_ok=0x3 123 I: Secondary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3 127 I: Secondary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3
|
| /samples/drivers/jesd216/src/ |
| A D | main.c | 314 uint32_t magic = jesd216_sfdp_magic(hp); in main() local 316 if (magic != JESD216_SFDP_MAGIC) { in main() 317 printf("SFDP magic %08x invalid", magic); in main()
|
| /samples/subsys/mgmt/mcumgr/smp_svr/ |
| A D | README.rst | 246 magic: 0x96f3b83d 249 magic: 0x6907
|
| /samples/modules/tflite-micro/magic_wand/train/ |
| A D | README.md | 19 Three magic gestures were chosen, and data were collected from 7
|
Completed in 32 milliseconds