Home
last modified time | relevance | path

Searched defs:tx_word (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/ethernet/
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
Dbmi08x_accel.c250 uint8_t tx_word[2] = {(uint8_t)(word & 0xff), (uint8_t)(word >> 8)}; in bmi08x_accel_word_write() local
/Zephyr-latest/drivers/sensor/bosch/bmi160/
Dbmi160.c167 uint8_t tx_word[2] = { in bmi160_word_write() local