Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/devices/MKE04Z4/drivers/
Dfsl_port.h210 static inline void PORT_SetFilterDIV1WidthThreshold(PORT_Type *base, uint8_t threshold) in PORT_SetFilterDIV1WidthThreshold()
232 static inline void PORT_SetFilterDIV2WidthThreshold(PORT_Type *base, uint8_t threshold) in PORT_SetFilterDIV2WidthThreshold()
250 static inline void PORT_SetFilterDIV3WidthThreshold(PORT_Type *base, uint8_t threshold) in PORT_SetFilterDIV3WidthThreshold()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE02Z4/drivers/
Dfsl_port.h219 static inline void PORT_SetFilterDIV1WidthThreshold(PORT_Type *base, uint8_t threshold) in PORT_SetFilterDIV1WidthThreshold()
241 static inline void PORT_SetFilterDIV2WidthThreshold(PORT_Type *base, uint8_t threshold) in PORT_SetFilterDIV2WidthThreshold()
259 static inline void PORT_SetFilterDIV3WidthThreshold(PORT_Type *base, uint8_t threshold) in PORT_SetFilterDIV3WidthThreshold()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE06Z4/drivers/
Dfsl_port.h279 static inline void PORT_SetFilterDIV1WidthThreshold(PORT_Type *base, uint8_t threshold) in PORT_SetFilterDIV1WidthThreshold()
301 static inline void PORT_SetFilterDIV2WidthThreshold(PORT_Type *base, uint8_t threshold) in PORT_SetFilterDIV2WidthThreshold()
319 static inline void PORT_SetFilterDIV3WidthThreshold(PORT_Type *base, uint8_t threshold) in PORT_SetFilterDIV3WidthThreshold()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE04Z1284/drivers/
Dfsl_port.h279 static inline void PORT_SetFilterDIV1WidthThreshold(PORT_Type *base, uint8_t threshold) in PORT_SetFilterDIV1WidthThreshold()
301 static inline void PORT_SetFilterDIV2WidthThreshold(PORT_Type *base, uint8_t threshold) in PORT_SetFilterDIV2WidthThreshold()
319 static inline void PORT_SetFilterDIV3WidthThreshold(PORT_Type *base, uint8_t threshold) in PORT_SetFilterDIV3WidthThreshold()
/hal_nxp-latest/mcux/mcux-sdk/components/srtm/services/
Dsrtm_sai_edma_adapter.h47 …uint32_t threshold; /* threshold period number: under which will trigger periodDone notification. … member
56 …uint32_t threshold; /* Threshold period number: under which will trigger copy from share buf to lo… member
Dsrtm_sai_sdma_adapter.h67 uint32_t threshold; /* TX ONLY threshold: under which will trigger periodDone notification. */ member
81 …uint32_t threshold; /* Threshold period number: under which will trigger copy from share buf to lo… member
Dsrtm_sai_edma_adapter.c776 …uint32_t *threshold = dir == SRTM_AudioDirTx ? &handle->txConfig.threshold : &handle->rxConfig.thr… in SRTM_SaiEdmaAdapter_Start() local
779 uint32_t *threshold = &handle->txConfig.threshold; in SRTM_SaiEdmaAdapter_Start() local
Dsrtm_sai_sdma_adapter.c1007 …uint32_t *threshold = dir == SRTM_AudioDirTx ? &handle->txConfig.threshold : &handle->rxConfig.thr… in SRTM_SaiSdmaAdapter_Start() local
1010 uint32_t *threshold = &handle->txConfig.threshold; in SRTM_SaiSdmaAdapter_Start() local
Dsrtm_pdm_sdma_adapter.h75 …uint32_t threshold; /*!< Threshold period number: under which will trigger copy from local buffer … member
Dsrtm_pdm_edma_adapter.h88 …uint32_t threshold; /*!< Threshold period number: under which will trigger copy from local buffer … member
/hal_nxp-latest/imx/drivers/
Dadc_imx7d.c608 void ADC_SetCmpHighThres(ADC_Type* base, uint8_t logicCh, uint16_t threshold) in ADC_SetCmpHighThres()
643 void ADC_SetCmpLowThres(ADC_Type* base, uint8_t logicCh, uint16_t threshold) in ADC_SetCmpLowThres()
Decspi.c174 void ECSPI_SetFIFOThreshold(ECSPI_Type* base, uint32_t fifo, uint32_t threshold) in ECSPI_SetFIFOThreshold()
/hal_nxp-latest/mcux/mcux-sdk/components/led/
Dfsl_component_led.c141 static led_status_t LED_SetStatus(led_state_t *ledState, led_color_t color, uint32_t threshold) in LED_SetStatus()
203 uint32_t threshold = 0; in LED_TimerEvent() local
/hal_nxp-latest/mcux/mcux-sdk/drivers/lcdic/
Dfsl_lcdic.h560 static inline void LCDIC_SetTxThreshold(LCDIC_Type *base, lcdic_tx_threshold_t threshold) in LCDIC_SetTxThreshold()
571 static inline void LCDIC_SetRxThreshold(LCDIC_Type *base, lcdic_rx_threshold_t threshold) in LCDIC_SetRxThreshold()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_timer.c255 status_t NETC_TimerSetTsFifoThreshold(netc_timer_handle_t *handle, uint8_t threshold) in NETC_TimerSetTsFifoThreshold()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Include/
Darm_nnsupportfunctions.h773 q31_t threshold = remainder_mask >> 1; in arm_nn_divide_by_power_of_two() local
/hal_nxp-latest/mcux/mcux-sdk/components/pf1550/
Dfsl_pf1550.h438 pf1550_undervoltage_detect_threshold_t threshold; member
/hal_nxp-latest/mcux/mcux-sdk/drivers/pdm/
Dfsl_pdm.h345 uint32_t threshold; /*!< The adjustment value of the noise filter */ member
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c15005 void wlan_set_rssi_low_threshold(uint8_t threshold) in wlan_set_rssi_low_threshold()