Searched refs:byte (Results 1 – 11 of 11) sorted by relevance
/mcuboot-latest/boot/mynewt/boot_uart/src/ |
D | boot_uart.c | 45 static int bs_rx_char(void *arg, uint8_t byte); 79 bs_rx_char(void *arg, uint8_t byte) in bs_rx_char() argument 87 bs_uart_rx.buf[bs_uart_rx.head] = byte; in bs_rx_char()
|
/mcuboot-latest/boot/zephyr/ |
D | serial_adapter.c | 135 uint8_t byte; in boot_uart_fifo_callback() local 145 rx = uart_fifo_read(uart_dev, &byte, 1); in boot_uart_fifo_callback() 163 cmd->line[cur++] = byte; in boot_uart_fifo_callback() 166 if (byte == '\n') { in boot_uart_fifo_callback()
|
/mcuboot-latest/sim/simflash/src/ |
D | lib.rs | 346 let byte = [(sector.num & 127) as u8]; in test_device() localVariable 347 flash.write(sector.base, &byte).unwrap(); in test_device() 348 flash.write(sector.base + sector.size - 1, &byte).unwrap(); in test_device() 354 let byte = (sector.num & 127) as u8; in test_device() localVariable 357 assert_eq!(buf.first(), Some(&byte)); in test_device() 358 assert_eq!(buf.last(), Some(&byte)); in test_device()
|
/mcuboot-latest/docs/ |
D | readme-nuttx.md | 41 - `MTDIOC_ERASESTATE`, for retrieving the byte value of an erased cell of the MTD, required for the… 45 …ash_area_align()` is able to return a fixed value of 1 byte, even if the MTD does not support byte…
|
D | compression_format.md | 96 The second byte of the `lzma2_header` carries the following parameters: 110 To decode these values from the combined `pb_lp_lc` byte, run the
|
D | ecdsa.md | 12 at least one pad byte to always be added (to set the length). This 85 times, each time the last byte of the signature was non-zero, but if the
|
D | readme-mbed.md | 25 * Its minimum supported read and write sizes (granularities) are _no larger than_ 16 byte, which MC…
|
D | readme-espressif.md | 527 When enabling flash encryption, it is required to signed the image using 32-byte alignment:
|
/mcuboot-latest/sim/mcuboot-sys/ |
D | Cargo.toml | 93 # Support images with 32-byte maximum write alignment value.
|
/mcuboot-latest/boot/mbed/ |
D | mcuboot_imgtool.cmake | 96 …--align 4 # this lets mcuboot know the intrinsic alignment of the flash (32-bits = 4 byte alignmen…
|
/mcuboot-latest/ext/tinycrypt/documentation/ |
D | tinycrypt.rst | 152 TinyCrypt requires the personalization byte array and automatically creates
|