Home
last modified time | relevance | path

Searched refs:halfword (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/flash/
Dflash_si32.c104 const uint16_t halfword = (uint16_t)(data[i]) | ((uint16_t)data[i + 1] << 8); in flash_si32_write() local
106 SI32_FLASHCTRL_A_write_wrdata(config->controller, (uint32_t)halfword); in flash_si32_write()
/Zephyr-latest/subsys/debug/
Dmipi_stp_decoder.c570 static uint16_t swap16(uint16_t halfword) in swap16() argument
572 halfword = __builtin_bswap16(halfword); in swap16()
573 uint16_t d1 = (halfword & 0xf0f0) >> 4; in swap16()
574 uint16_t d2 = (halfword & 0x0f0f) << 4; in swap16()
/Zephyr-latest/arch/riscv/
DKconfig.isa136 addresses that index into arrays of basic types (halfword, word,
/Zephyr-latest/arch/arm/core/cortex_m/
DKconfig394 halfword or word access.