Searched defs:ptr (Results 1 – 9 of 9) sorted by relevance
/mcuboot-3.6.0/boot/mynewt/boot_uart/src/ |
D | boot_uart.c | 39 uint8_t *ptr; member 158 boot_uart_write(const char *ptr, int cnt) in boot_uart_write() 165 boot_uart_write(const char *ptr, int cnt) in boot_uart_write()
|
/mcuboot-3.6.0/ext/tinycrypt/lib/source/ |
D | ecc_platform_specific.c | 88 char *ptr = (char *)dest; in default_CSPRNG() local
|
D | ecc_dsa.c | 73 uECC_word_t *ptr; in bits2int() local
|
/mcuboot-3.6.0/boot/cypress/libs/retarget_io_pdl/ |
D | cy_retarget_io_pdl.c | 105 __attribute__((weak)) int _write (int fd, const char *ptr, int len) in _write() 158 __attribute__((weak)) int _read (int fd, char *ptr, int len) in _read()
|
/mcuboot-3.6.0/boot/cypress/platforms/retarget_io_pdl/ |
D | cy_retarget_io_pdl.c | 105 __attribute__((weak)) int _write (int fd, const char *ptr, int len) in _write() 158 __attribute__((weak)) int _read (int fd, char *ptr, int len) in _read()
|
/mcuboot-3.6.0/boot/mbed/include/utils/ |
D | DataShare.cpp | 35 volatile uint16_t *ptr = PTR_TO_UINT16(MCUBOOT_SHARED_DATA_BASE); in DataShare() local
|
/mcuboot-3.6.0/sim/mcuboot-sys/src/ |
D | api.rs | 63 pub ptr: *const CAreaDesc, field 106 pub ptr: *const CSimContext, field
|
/mcuboot-3.6.0/boot/zcbor/src/ |
D | zcbor_decode.c | 615 bool zcbor_bstr_expect_ptr(zcbor_state_t *state, char const *ptr, size_t len) 624 bool zcbor_tstr_expect_ptr(zcbor_state_t *state, char const *ptr, size_t len) 942 bool zcbor_search_key_bstr_ptr(zcbor_state_t *state, char const *ptr, size_t len) 950 bool zcbor_search_key_tstr_ptr(zcbor_state_t *state, char const *ptr, size_t len)
|
/mcuboot-3.6.0/sim/simflash/src/ |
D | lib.rs | 50 pub ptr: *mut dyn Flash, field
|