Home
last modified time | relevance | path

Searched refs:tx_word (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/drivers/ethernet/
Deth_stellaris.c46 sys_write32(dev_data->tx_word, REG_MACDATA); in eth_stellaris_flush()
48 dev_data->tx_word = 0U; in eth_stellaris_flush()
56 dev_data->tx_word |= byte << (dev_data->tx_pos * 8); in eth_stellaris_send_byte()
59 sys_write32(dev_data->tx_word, REG_MACDATA); in eth_stellaris_send_byte()
61 dev_data->tx_word = 0U; in eth_stellaris_send_byte()
354 .tx_word = 0,
Deth_stellaris_priv.h54 uint32_t tx_word; member
/Zephyr-latest/drivers/sensor/bosch/bmi08x/
Dbmi08x_gyro.c118 uint8_t tx_word[2] = {(uint8_t)(word & 0xff), (uint8_t)(word >> 8)}; in bmi08x_gyro_word_write() local
120 return bmi08x_gyro_transceive(dev, reg_addr & 0x7F, true, tx_word, 2); in bmi08x_gyro_word_write()
Dbmi08x_accel.c250 uint8_t tx_word[2] = {(uint8_t)(word & 0xff), (uint8_t)(word >> 8)}; in bmi08x_accel_word_write() local
252 return bmi08x_accel_transceive(dev, reg_addr & 0x7F, true, tx_word, 2); in bmi08x_accel_word_write()
/Zephyr-latest/drivers/sensor/bosch/bmi160/
Dbmi160.c167 uint8_t tx_word[2] = { in bmi160_word_write() local
172 return bmi160_write(dev, reg_addr & BMI160_REG_MASK, tx_word, 2); in bmi160_word_write()