Home
last modified time | relevance | path

Searched refs:tout (Results 1 – 19 of 19) sorted by relevance

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Di2c_ll.h92 clk_cal->tout = half_cycle * 20; in i2c_ll_cal_bus_clk()
118 hw->timeout.tout = bus_cfg->tout; in i2c_ll_set_bus_timing()
238 static inline void i2c_ll_set_tout(i2c_dev_t *hw, int tout) in i2c_ll_set_tout() argument
240 hw->timeout.tout = tout; in i2c_ll_set_tout()
241 hw->timeout.time_out_en = tout > 0; in i2c_ll_set_tout()
461 *timeout = hw->timeout.tout; in i2c_ll_get_tout()
/hal_espressif-latest/components/hal/esp32/include/hal/
Di2c_ll.h86 clk_cal->tout = half_cycle * 20; //default we set the timeout value to 10 bus cycles. in i2c_ll_cal_bus_clk()
130 hw->timeout.tout = bus_cfg->tout; in i2c_ll_set_bus_timing()
249 static inline void i2c_ll_set_tout(i2c_dev_t *hw, int tout) in i2c_ll_set_tout() argument
251 hw->timeout.tout = tout; in i2c_ll_set_tout()
448 *timeout = hw->timeout.tout; in i2c_ll_get_tout()
/hal_espressif-latest/components/esp_netif/include/
Desp_netif_sntp.h108 esp_err_t esp_netif_sntp_sync_wait(TickType_t tout);
/hal_espressif-latest/components/esp_netif/lwip/
Desp_netif_sntp.c154 esp_err_t esp_netif_sntp_sync_wait(TickType_t tout) in esp_netif_sntp_sync_wait() argument
159 if (xQueueSemaphoreTake(s_storage->sync_sem, tout) != pdTRUE) { in esp_netif_sntp_sync_wait()
/hal_espressif-latest/components/hal/include/hal/
Di2c_types.h44 uint16_t tout; /*!< I2C bus timeout period */ member
Duart_hal.h270 void uart_hal_set_rx_timeout(uart_hal_context_t *hal, const uint8_t tout);
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Di2c_ll.h101 clk_cal->tout = (int)(sizeof(half_cycle) * 8 - __builtin_clz(5 * half_cycle)) + 2; in i2c_ll_cal_bus_clk()
149 hw->to.time_out_value = bus_cfg->tout; in i2c_ll_set_bus_timing()
270 static inline void i2c_ll_set_tout(i2c_dev_t *hw, int tout) in i2c_ll_set_tout() argument
272 hw->to.time_out_value = tout; in i2c_ll_set_tout()
/hal_espressif-latest/components/hal/
Duart_hal.c157 void uart_hal_set_rx_timeout(uart_hal_context_t *hal, const uint8_t tout) in uart_hal_set_rx_timeout() argument
160 uart_ll_set_rx_tout(hal->dev, symb_len * tout); in uart_hal_set_rx_timeout()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Di2c_ll.h101 clk_cal->tout = (int)(sizeof(half_cycle) * 8 - __builtin_clz(5 * half_cycle)) + 2; in i2c_ll_cal_bus_clk()
149 hw->to.time_out_value = bus_cfg->tout; in i2c_ll_set_bus_timing()
271 static inline void i2c_ll_set_tout(i2c_dev_t *hw, int tout) in i2c_ll_set_tout() argument
273 hw->to.time_out_value = tout; in i2c_ll_set_tout()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Di2c_ll.h101 clk_cal->tout = (int)(sizeof(half_cycle) * 8 - __builtin_clz(5 * half_cycle)) + 2; in i2c_ll_cal_bus_clk()
153 hw->to.time_out_value = bus_cfg->tout; in i2c_ll_set_bus_timing()
274 static inline void i2c_ll_set_tout(i2c_dev_t *hw, int tout) in i2c_ll_set_tout() argument
276 hw->to.time_out_value = tout; in i2c_ll_set_tout()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Di2c_ll.h102 clk_cal->tout = (int)(sizeof(half_cycle) * 8 - __builtin_clz(5 * half_cycle)) + 2; in i2c_ll_cal_bus_clk()
150 hw->timeout.time_out_value = bus_cfg->tout; in i2c_ll_set_bus_timing()
271 static inline void i2c_ll_set_tout(i2c_dev_t *hw, int tout) in i2c_ll_set_tout() argument
273 hw->timeout.time_out_value = tout; in i2c_ll_set_tout()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Di2c_ll.h101 clk_cal->tout = (int)(sizeof(half_cycle) * 8 - __builtin_clz(5 * half_cycle)) + 2; in i2c_ll_cal_bus_clk()
153 hw->to.time_out_value = bus_cfg->tout; in i2c_ll_set_bus_timing()
274 static inline void i2c_ll_set_tout(i2c_dev_t *hw, int tout) in i2c_ll_set_tout() argument
276 hw->to.time_out_value = tout; in i2c_ll_set_tout()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_ble.c642 UINT16 min, max, latency, tout; in gap_ble_c_cmpl_cback() local
673 STREAM_TO_UINT16 (tout, pp); in gap_ble_c_cmpl_cback()
675 BTM_BleSetPrefConnParams (p_clcb->bda, min, max, latency, tout); in gap_ble_c_cmpl_cback()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_sys.h142 typedef void (tBTA_SYS_SSR_CFG_CBACK)(UINT8 id, UINT8 app_id, UINT16 latency, UINT16 tout);
/hal_espressif-latest/components/soc/esp32/include/soc/
Di2c_struct.h68 …uint32_t tout: 20; /*This register is used to configure the max clock number … member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Di2c_struct.h63 uint32_t tout: 24; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Drfc_int.h300 extern void rfc_port_timer_start (tPORT *p_port, UINT16 tout);
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c172 UINT32 tout; in l2c_fcr_start_timer() local
176 tout = (UINT32)p_ccb->our_cfg.fcr.mon_tout; in l2c_fcr_start_timer()
178 tout = (UINT32)p_ccb->our_cfg.fcr.rtrans_tout; in l2c_fcr_start_timer()
183 …btu_start_quick_timer (&p_ccb->fcrb.mon_retrans_timer, BTU_TTYPE_L2CAP_CHNL, tout * QUICK_TIMER_TI… in l2c_fcr_start_timer()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhcicmds.c1268 BOOLEAN btsnd_hcic_write_auto_flush_tout (UINT16 handle, UINT16 tout) in btsnd_hcic_write_auto_flush_tout() argument
1286 UINT16_TO_STREAM (pp, tout); in btsnd_hcic_write_auto_flush_tout()