Searched refs:halfword (Results 1 – 4 of 4) sorted by relevance
104 const uint16_t halfword = (uint16_t)(data[i]) | ((uint16_t)data[i + 1] << 8); in flash_si32_write() local106 SI32_FLASHCTRL_A_write_wrdata(config->controller, (uint32_t)halfword); in flash_si32_write()
570 static uint16_t swap16(uint16_t halfword) in swap16() argument572 halfword = __builtin_bswap16(halfword); in swap16()573 uint16_t d1 = (halfword & 0xf0f0) >> 4; in swap16()574 uint16_t d2 = (halfword & 0x0f0f) << 4; in swap16()
136 addresses that index into arrays of basic types (halfword, word,
394 halfword or word access.