Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 25 of 104) sorted by relevance

12345

/device/soc/esp/esp32/components/driver/
Dtouch_sensor_common.c188 esp_err_t touch_pad_set_thresh(touch_pad_t touch_num, uint16_t threshold) in touch_pad_set_thresh()
197 esp_err_t touch_pad_set_thresh(touch_pad_t touch_num, uint32_t threshold) in touch_pad_set_thresh()
210 esp_err_t touch_pad_get_thresh(touch_pad_t touch_num, uint16_t *threshold) in touch_pad_get_thresh()
217 esp_err_t touch_pad_get_thresh(touch_pad_t touch_num, uint32_t *threshold) in touch_pad_get_thresh()
/device/soc/esp/esp32/components/hal/include/hal/
Dtouch_sensor_hal.h136 #define touch_hal_set_threshold(touch_num, threshold) touch_ll_set_threshold(touch_num, threshold) argument
144 #define touch_hal_get_threshold(touch_num, threshold) touch_ll_get_threshold(touch_num, threshold) argument
Dbrownout_hal.h33 uint8_t threshold; member
/device/soc/telink/b91/b91_ble_sdk/drivers/B91/
Dplic.h38 unsigned char threshold; member
161 static inline void plic_set_threshold(unsigned char threshold) in plic_set_threshold()
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dtouch_sensor_ll.h290 static inline void touch_ll_set_threshold(touch_pad_t touch_num, uint16_t threshold) in touch_ll_set_threshold()
306 static inline void touch_ll_get_threshold(touch_pad_t touch_num, uint16_t *threshold) in touch_ll_get_threshold()
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/soc/bk7235/hal/
Dlcd_disp_ll.h159 … inline void lcd_display_ll_8080_thrd_set(lcd_disp_hw_t *hw, uint32_t thrd_type, uint8_t threshold) in lcd_display_ll_8080_thrd_set()
218 …oid lcd_display_ll_rgb_thrd_set(lcd_disp_hw_t *hw, LCD_RGB_THRD_TYPE thrd_type, uint32_t threshold) in lcd_display_ll_rgb_thrd_set()
Di2c_ll.h56 static inline void i2c_ll_set_idle_detect_threshold(i2c_hw_t *hw, i2c_id_t id, uint32_t threshold) in i2c_ll_set_idle_detect_threshold()
61 static inline void i2c_ll_set_scl_timeout_threshold(i2c_hw_t *hw, i2c_id_t id, uint32_t threshold) in i2c_ll_set_scl_timeout_threshold()
/device/soc/hpmicro/sdk/hpm_sdk/soc/HPM6360/
Dhpm_interrupt.h243 #define intc_m_set_threshold(threshold) \ argument
331 #define intc_set_s_threshold(threshold) \ argument
400 ATTR_ALWAYS_INLINE static inline void intc_set_threshold(uint32_t target, uint32_t threshold) in intc_set_threshold()
Dhpm_plic_drv.h69 uint32_t threshold) in __plic_set_threshold()
/device/soc/hpmicro/sdk/hpm_sdk/soc/HPM6750/
Dhpm_interrupt.h164 #define intc_m_set_threshold(threshold) \ argument
232 ATTR_ALWAYS_INLINE static inline void intc_set_threshold(uint32_t target, uint32_t threshold) in intc_set_threshold()
Dhpm_plic_drv.h69 uint32_t threshold) in __plic_set_threshold()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/spi/
Dhi_spi.c102 hi_u16 threshold = (id == HI_SPI_ID_0 ? SPI0_FIFO_THRESHOLD : SPI1_FIFO_THRESHOLD); in spi_host_transfer() local
136 hi_u16 threshold = (id == HI_SPI_ID_0 ? SPI0_FIFO_THRESHOLD : SPI1_FIFO_THRESHOLD); in spi_slave_transfer() local
/device/soc/winnermicro/wm800/board/platform/drivers/touchsensor/
Dwm_touchsensor.c110 int tls_touchsensor_threshold_config(u32 sensorno, u8 threshold) in tls_touchsensor_threshold_config()
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/temp_detect/
Dtemp_detect.c335 uint16_t threshold = s_tempd.detect_threshold; in tempd_notify_temperature_to_calibration() local
518 void temp_detect_change_configuration(uint32_t interval, uint32_t threshold, uint32_t dist) in temp_detect_change_configuration()
/device/soc/hpmicro/sdk/hpm_sdk/drivers/inc/
Dhpm_i2s_drv.h108 static inline void i2s_update_rx_fifo_threshold(I2S_Type *ptr, uint8_t threshold) in i2s_update_rx_fifo_threshold()
120 static inline void i2s_update_tx_fifo_threshold(I2S_Type *ptr, uint8_t threshold) in i2s_update_tx_fifo_threshold()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
Dentropy.h115 size_t threshold; /**< Minimum bytes required before release */ member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
Dhmac_frag.c142 hi_u32 threshold; in hmac_frag_process_proc() local
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/drivers/inc/
Dgr55xx_ll_spi.h1382 __STATIC_INLINE void ll_spi_set_tx_fifo_threshold(ssi_regs_t *SPIx, uint32_t threshold) in ll_spi_set_tx_fifo_threshold()
1413 __STATIC_INLINE void ll_spi_set_rx_fifo_threshold(ssi_regs_t *SPIx, uint32_t threshold) in ll_spi_set_rx_fifo_threshold()
1890 __STATIC_INLINE void ll_spi_set_dma_tx_fifo_threshold(ssi_regs_t *SPIx, uint32_t threshold) in ll_spi_set_dma_tx_fifo_threshold()
1921 __STATIC_INLINE void ll_spi_set_dma_rx_fifo_threshold(ssi_regs_t *SPIx, uint32_t threshold) in ll_spi_set_dma_rx_fifo_threshold()
Dgr55xx_ll_uart.h767 __STATIC_INLINE void ll_uart_set_tx_fifo_threshold(uart_regs_t *UARTx, uint32_t threshold) in ll_uart_set_tx_fifo_threshold()
806 __STATIC_INLINE void ll_uart_set_rx_fifo_threshold(uart_regs_t *UARTx, uint32_t threshold) in ll_uart_set_rx_fifo_threshold()
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Ddhd_dbg_ring.c397 int dhd_dbg_ring_config(dhd_dbg_ring_t *ring, int log_level, uint32 threshold) in dhd_dbg_ring_config()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddhd_dbg_ring.c389 dhd_dbg_ring_config(dhd_dbg_ring_t *ring, int log_level, uint32 threshold) in dhd_dbg_ring_config()
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/soc/common/hal/include/
Dsdio_host_hal.h49 #define sdio_host_hal_set_tx_fifo_threshold(hal, threshold) sdio_host_ll_set_tx_fifo_threshold((hal… argument
50 #define sdio_host_hal_set_rx_fifo_threshold(hal, threshold) sdio_host_ll_set_rx_fifo_threshold((hal… argument
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_sreset.c150 u8 threshold; in sreset_restore_network_station() local
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/phydm/
Dphydm_math_lib.c87 u16 phydm_find_intrvl(void *dm_void, u16 val, u16 *threshold, u16 th_len) in phydm_find_intrvl()
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Ddhd_dbg_ring.c435 dhd_dbg_ring_config(dhd_dbg_ring_t *ring, int log_level, uint32 threshold) in dhd_dbg_ring_config()

12345