Home
last modified time | relevance | path

Searched refs:tx_lsb_first (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Di2c_ll.h389 hw->ctr.tx_lsb_first = tx_mode; in i2c_ll_set_data_mode()
404 *tx_mode = hw->ctr.tx_lsb_first; in i2c_ll_get_data_mode()
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Di2c_ll.h396 hw->ctr.tx_lsb_first = tx_mode; in i2c_ll_set_data_mode()
411 *tx_mode = hw->ctr.tx_lsb_first; in i2c_ll_get_data_mode()
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Di2c_ll.h407 hw->ctr.tx_lsb_first = tx_mode; in i2c_ll_set_data_mode()
422 *tx_mode = hw->ctr.tx_lsb_first; in i2c_ll_get_data_mode()
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Di2c_ll.h418 hw->ctr.tx_lsb_first = tx_mode; in i2c_ll_set_data_mode()
433 *tx_mode = hw->ctr.tx_lsb_first; in i2c_ll_get_data_mode()
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Di2c_ll.h424 hw->ctr.tx_lsb_first = tx_mode; in i2c_ll_set_data_mode()
439 *tx_mode = hw->ctr.tx_lsb_first; in i2c_ll_get_data_mode()
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Drtc_i2c_struct.h34 uint32_t tx_lsb_first: 1; /*transit lsb first*/ member
Di2c_struct.h39 uint32_t tx_lsb_first : 1; member
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Drtc_i2c_struct.h34 uint32_t tx_lsb_first: 1; /*transit lsb first*/ member
Di2c_struct.h39 uint32_t tx_lsb_first : 1; member
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Drtc_i2c_struct.h34 uint32_t tx_lsb_first: 1; /*transit lsb first*/ member
Di2c_struct.h36 uint32_t tx_lsb_first: 1; member
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Di2c_struct.h39 …uint32_t tx_lsb_first: 1; /*This bit is used to control the sending mode for data n… member
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Di2c_struct.h224 uint32_t tx_lsb_first:1; member