Home
last modified time | relevance | path

Searched refs:bytes (Results 1 – 24 of 24) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/hardware_flash/include/hardware/
Dflash.h157 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/
Dcyw43_bus_pio_spi.pio10 ; 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/
Dpico_sha256_test.c50 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/
Dmakefsdata.py31 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/
Dboot_stage2.ld2 /* We are loaded to the top 256 bytes of SRAM, which is above the bootrom
3 stack. Note 4 bytes occupied by checksum. */
Dpad_checksum37 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/
Dboot_stage2.ld2 /* We are loaded to the top 256 bytes of SRAM, which is above the bootrom
3 stack. Note 4 bytes occupied by checksum. */
Dpad_checksum36 odata = idata + bytes(args.pad - len(idata))
/hal_rpi_pico-latest/src/rp2_common/pico_unique_id/
Dunique_id.c38 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/
Dstructure.h74 uint8_t bytes[1]; member
80 uint8_t bytes[1]; member
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2350/
Dmemmap_copy_to_ram.ld36 /* 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")
Dmemmap_default.ld107 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")
Dmemmap_no_flash.ld251 …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/
Dsha256.h55 uint8_t bytes[4]; member
/hal_rpi_pico-latest/src/rp2_common/pico_mbedtls/
Dpico_mbedtls.c54 memcpy(output, result.bytes, 32); in mbedtls_sha256_finish_ret()
/hal_rpi_pico-latest/src/rp2_common/hardware_sha256/include/hardware/
Dsha256.h59 uint8_t bytes[SHA256_RESULT_BYTES]; member
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2040/
Dmemmap_blocked_ram.ld36 /* 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")
Dmemmap_copy_to_ram.ld36 /* 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")
Dmemmap_default.ld36 /* 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")
Dmemmap_no_flash.ld246 …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/
Dsha256.c99 state->cache.bytes[state->cache_used++] = *data++; in write_to_hardware()
/hal_rpi_pico-latest/tools/
DCMakeLists.txt355 # file containing 32 bytes of a random key), and sign the encrypted binary.
/hal_rpi_pico-latest/tools/pioasm/gen/
Dlexer.cpp344 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len );
/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_sci_m33_vfp.S470 add r2,r2,r1,lsl#2 @ 12 bytes per entry