Home
last modified time | relevance | path

Searched refs:tout_val (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/hal/include/hal/
Di2c_hal.h263 void i2c_hal_set_tout(i2c_hal_context_t *hal, int tout_val);
282 void i2c_hal_get_tout(i2c_hal_context_t *hal, int *tout_val);
/hal_espressif-3.6.0/components/hal/
Di2c_hal.c127 void i2c_hal_get_tout(i2c_hal_context_t *hal, int *tout_val) in i2c_hal_get_tout() argument
129 *tout_val = i2c_ll_get_tout(hal->dev); in i2c_hal_get_tout()
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Duart_ll.h859 uint16_t tout_val = tout_thrd; in uart_ll_set_rx_tout() local
861 hw->mem_conf.rx_tout_thrhd = tout_val; in uart_ll_set_rx_tout()
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Duart_ll.h808 uint16_t tout_val = tout_thrd; in uart_ll_set_rx_tout() local
810 hw->mem_conf.rx_tout_thrhd = tout_val; in uart_ll_set_rx_tout()
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Duart_ll.h855 uint16_t tout_val = tout_thrd; in uart_ll_set_rx_tout() local
857 hw->mem_conf.rx_tout_thrhd = tout_val; in uart_ll_set_rx_tout()
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Duart_ll.h871 uint16_t tout_val = tout_thrd; in uart_ll_set_rx_tout() local
873 hw->mem_conf.rx_tout_thrhd = tout_val; in uart_ll_set_rx_tout()