/hal_rpi_pico-latest/src/rp2_common/hardware_flash/include/hardware/ |
D | flash.h | 157 static inline flash_devinfo_size_t flash_devinfo_bytes_to_size(uint32_t bytes) { in flash_devinfo_bytes_to_size() argument 159 valid_params_if(HARDWARE_FLASH, (bytes & (bytes - 1)) == 0u); in flash_devinfo_bytes_to_size() 160 uint sectors = bytes / 4096u; in flash_devinfo_bytes_to_size()
|
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/ |
D | cyw43_bus_pio_spi.pio | 10 ; always transmit multiple of 32 bytes 23 ; always transmit multiple of 32 bytes 37 ; always transmit multiple of 32 bytes 52 ; always transmit multiple of 32 bytes
|
/hal_rpi_pico-latest/test/pico_sha256_test/ |
D | pico_sha256_test.c | 50 hard_assert(memcmp(nist_1_expected, &result.bytes, SHA256_RESULT_BYTES) == 0); in run_test() 66 hard_assert(memcmp(rc_4_16_expected, &result.bytes, SHA256_RESULT_BYTES) == 0); in run_test() 86 hard_assert(memcmp(rc_4_55_expected, result.bytes, SHA256_RESULT_BYTES) == 0); in run_test() 106 hard_assert(memcmp(nist_3_expected, result.bytes, SHA256_RESULT_BYTES) == 0); in run_test() 147 hard_assert(memcmp(nist_1_expected, result.bytes, SHA256_RESULT_BYTES) == 0); in run_test() 156 hard_assert(memcmp(nist_1_expected, result.bytes, SHA256_RESULT_BYTES) == 0); in run_test()
|
/hal_rpi_pico-latest/src/rp2_common/pico_lwip/tools/ |
D | makefsdata.py | 31 results.append({'data': bytes(data, "utf-8"), 'comment': comment}); 41 results.append({'data': bytes(data, "utf-8"), 'comment': comment}); 46 results.append({'data': bytes(data, "utf-8"), 'comment': comment}); 53 results.append({'data': bytes(data, "utf-8"), 'comment': comment}); 58 results.append({'data': bytes(data, "utf-8"), 'comment': comment});
|
/hal_rpi_pico-latest/src/rp2040/boot_stage2/ |
D | boot_stage2.ld | 2 /* We are loaded to the top 256 bytes of SRAM, which is above the bootrom 3 stack. Note 4 bytes occupied by checksum. */
|
D | pad_checksum | 37 idata_padded = idata + bytes(args.pad - 4 - len(idata)) 42 …(binascii.crc32(bytes(bitrev(b, 8) for b in idata_padded), args.seed ^ 0xffffffff) ^ 0xffffffff) &…
|
/hal_rpi_pico-latest/src/rp2350/boot_stage2/ |
D | boot_stage2.ld | 2 /* We are loaded to the top 256 bytes of SRAM, which is above the bootrom 3 stack. Note 4 bytes occupied by checksum. */
|
D | pad_checksum | 36 odata = idata + bytes(args.pad - len(idata))
|
/hal_rpi_pico-latest/src/rp2_common/pico_unique_id/ |
D | unique_id.c | 38 uint8_t bytes[9 * 4]; in _retrieve_unique_id_on_boot() 43 retrieved_id.id[i] = out.bytes[PICO_UNIQUE_BOARD_ID_SIZE_BYTES - 1 + 2 * 4 - i]; in _retrieve_unique_id_on_boot()
|
/hal_rpi_pico-latest/src/common/pico_binary_info/include/pico/binary_info/ |
D | structure.h | 74 uint8_t bytes[1]; member 80 uint8_t bytes[1]; member
|
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2350/ |
D | memmap_copy_to_ram.ld | 36 /* Second stage bootloader is prepended to the image. It must be 256 bytes big 70 there is still a size limit of 256 bytes, to ensure the boot2 can be 85 "ERROR: Pico second stage bootloader must be no more than 256 bytes in size") 304 …ader_end - __logical_binary_start <= 1024, "Binary info must be in first 1024 bytes of the binary") 305 …k_end - __logical_binary_start <= 4096, "Embedded block must be in first 4096 bytes of the binary")
|
D | memmap_default.ld | 107 there is still a size limit of 256 bytes, to ensure the boot2 can be 122 "ERROR: Pico second stage bootloader must be no more than 256 bytes in size") 297 …ader_end - __logical_binary_start <= 1024, "Binary info must be in first 1024 bytes of the binary") 298 …k_end - __logical_binary_start <= 4096, "Embedded block must be in first 4096 bytes of the binary")
|
D | memmap_no_flash.ld | 251 …ader_end - __logical_binary_start <= 1024, "Binary info must be in first 1024 bytes of the binary") 252 …k_end - __logical_binary_start <= 4096, "Embedded block must be in first 4096 bytes of the binary")
|
/hal_rpi_pico-latest/src/rp2_common/pico_sha256/include/pico/ |
D | sha256.h | 55 uint8_t bytes[4]; member
|
/hal_rpi_pico-latest/src/rp2_common/pico_mbedtls/ |
D | pico_mbedtls.c | 54 memcpy(output, result.bytes, 32); in mbedtls_sha256_finish_ret()
|
/hal_rpi_pico-latest/src/rp2_common/hardware_sha256/include/hardware/ |
D | sha256.h | 59 uint8_t bytes[SHA256_RESULT_BYTES]; member
|
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2040/ |
D | memmap_blocked_ram.ld | 36 /* Second stage bootloader is prepended to the image. It must be 256 bytes big 52 "ERROR: Pico second stage bootloader must be 256 bytes in size") 283 …header_end - __logical_binary_start <= 256, "Binary info must be in first 256 bytes of the binary")
|
D | memmap_copy_to_ram.ld | 36 /* Second stage bootloader is prepended to the image. It must be 256 bytes big 52 "ERROR: Pico second stage bootloader must be 256 bytes in size") 284 …header_end - __logical_binary_start <= 256, "Binary info must be in first 256 bytes of the binary")
|
D | memmap_default.ld | 36 /* Second stage bootloader is prepended to the image. It must be 256 bytes big 52 "ERROR: Pico second stage bootloader must be 256 bytes in size") 283 …header_end - __logical_binary_start <= 256, "Binary info must be in first 256 bytes of the binary")
|
D | memmap_no_flash.ld | 246 …header_end - __logical_binary_start <= 256, "Binary info must be in first 256 bytes of the binary")
|
/hal_rpi_pico-latest/src/rp2_common/pico_sha256/ |
D | sha256.c | 99 state->cache.bytes[state->cache_used++] = *data++; in write_to_hardware()
|
/hal_rpi_pico-latest/tools/ |
D | CMakeLists.txt | 355 # file containing 32 bytes of a random key), and sign the encrypted binary.
|
/hal_rpi_pico-latest/tools/pioasm/gen/ |
D | lexer.cpp | 344 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len );
|
/hal_rpi_pico-latest/src/rp2_common/pico_float/ |
D | float_sci_m33_vfp.S | 470 add r2,r2,r1,lsl#2 @ 12 bytes per entry
|