Home
last modified time | relevance | path

Searched refs:unaligned (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_aes_ccm_acc_ccm.c138 const uint8_t unaligned = input_len % sizeof(uint32_t); in u8_string_to_u32x4_big_endian() local
139 const uint8_t len = unaligned > 0 ? unaligned : sizeof(uint32_t); in u8_string_to_u32x4_big_endian()
/hal_nordic-latest/nrfx/
DCHANGELOG.md564 - Fixed handling of short unaligned write requests (1 or 2 bytes in length) in the nrfx_nvmc_bytes_…