/lk-master/lib/bootimage/ |
A D | bootimage.c | 39 if (be->kind != KIND_FILE || in validate_bootimage() 62 if (be[1].kind != KIND_BOOT_INFO) { in validate_bootimage() 86 if (be[i].kind == 0) in validate_bootimage() 89 LTRACEF("%u: kind 0x%x\n", i, be[i].kind); in validate_bootimage() 91 switch (be[i].kind) { in validate_bootimage() 127 LTRACEF("unknown kind 0x%x\n", be[i].kind); in validate_bootimage() 186 if (be[i].kind == 0) in bootimage_get_file_section() 189 if (be[i].kind != KIND_FILE) in bootimage_get_file_section()
|
/lk-master/lib/bootimage/include/lib/ |
A D | bootimage_struct.h | 14 uint32_t kind; member 23 uint32_t kind; member 31 uint32_t kind; member 39 uint32_t kind; member
|
/lk-master/app/mdebug/ |
A D | swd-m0sub.c | 164 void swd_reset(unsigned kind) { in swd_reset() argument 167 switch (kind) { in swd_reset() 168 case ATTACH_SWD_RESET: kind = M0_CMD_RESET; break; in swd_reset() 169 case ATTACH_JTAG_TO_SWD: kind = M0_CMD_JTAG_TO_SWD; break; in swd_reset() 170 case ATTACH_DORMANT_TO_SWD: kind = M0_CMD_DORMANT_TO_SWD; break; in swd_reset() 171 case ATTACH_SWD_TO_DORMANT: kind = M0_CMD_SWD_TO_DORMANT; break; in swd_reset() 175 writel(kind, COMM_CMD); in swd_reset()
|
A D | swd.h | 22 void swd_reset(unsigned kind);
|
/lk-master/tools/ |
A D | mkimage.c | 21 unsigned kind; member 42 if (types[n].kind == KIND_FILE) { in usage() 49 if (types[n].kind != KIND_FILE) { in usage() 62 if (types[n].kind == KIND_FILE) { in process() 67 if (bootimage_add_string(img, types[n].kind, arg) == NULL) { in process()
|
A D | bootimage.c | 40 img->entry[0].file.kind = KIND_FILE; in bootimage_init() 44 img->entry[1].info.kind = KIND_BOOT_INFO; in bootimage_init() 50 bootentry_data *bootimage_add_string(bootimage *img, unsigned kind, const char *s) { in bootimage_add_string() argument 57 img->entry[n].data.kind = kind; in bootimage_add_string() 70 img->entry[n].file.kind = KIND_FILE; in bootimage_add_filedata()
|
A D | bootimage.h | 18 bootimage *img, unsigned kind, const char *s);
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_ritimer/example/ |
A D | readme.dox | 12 * any kind, and NXP Semiconductors and its licensor disclaim any and
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_blinky/example/ |
A D | readme.dox | 12 * any kind, and NXP Semiconductors and its licensor disclaim any and
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_gpio/example/ |
A D | readme.dox | 12 * any kind, and NXP Semiconductors and its licensor disclaim any and
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_grouped_int/example/ |
A D | readme.dox | 13 * any kind, and NXP Semiconductors and its licensor disclaim any and
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_mrt/example/ |
A D | readme.dox | 12 * any kind, and NXP Semiconductors and its licensor disclaim any and
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_pinint/example/ |
A D | readme.dox | 12 * any kind, and NXP Semiconductors and its licensor disclaim any and
|
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_hid_mouse/example/ |
A D | readme.dox | 12 * any kind, and NXP Semiconductors and its licensor disclaim any and
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_clkout/example/ |
A D | readme.dox | 12 * any kind, and NXP Semiconductors and its licensor disclaim any and
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_eeprom/example/ |
A D | readme.dox | 12 * any kind, and NXP Semiconductors and its licensor disclaim any and
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_wwdt/example/ |
A D | readme.dox | 12 * any kind, and NXP Semiconductors and its licensor disclaim any and
|
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_cdc/example/ |
A D | readme.dox | 12 * any kind, and NXP Semiconductors and its licensor disclaim any and
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_rtc/example/ |
A D | readme.dox | 12 * any kind, and NXP Semiconductors and its licensor disclaim any and
|
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_hid_generic/example/ |
A D | readme.dox | 12 * any kind, and NXP Semiconductors and its licensor disclaim any and
|
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_hid_keyboard/example/ |
A D | readme.dox | 12 * any kind, and NXP Semiconductors and its licensor disclaim any and
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_adc/example/ |
A D | readme.dox | 12 * any kind, and NXP Semiconductors and its licensor disclaim any and
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_crc/example/ |
A D | readme.dox | 12 * any kind, and NXP Semiconductors and its licensor disclaim any and
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_freqmeas/example/ |
A D | readme.dox | 12 * any kind, and NXP Semiconductors and its licensor disclaim any and
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_i2cm_interrupt/example/ |
A D | readme.dox | 12 * any kind, and NXP Semiconductors and its licensor disclaim any and
|