| /hal_nxp-latest/mcux/mcux-sdk/devices/MKE04Z4/drivers/ |
| D | fsl_port.h | 210 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/ |
| D | fsl_port.h | 219 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/ |
| D | fsl_port.h | 279 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/ |
| D | fsl_port.h | 279 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/ |
| D | srtm_sai_edma_adapter.h | 47 …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
|
| D | srtm_sai_sdma_adapter.h | 67 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
|
| D | srtm_sai_edma_adapter.c | 776 …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
|
| D | srtm_sai_sdma_adapter.c | 1007 …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
|
| D | srtm_pdm_sdma_adapter.h | 75 …uint32_t threshold; /*!< Threshold period number: under which will trigger copy from local buffer … member
|
| D | srtm_pdm_edma_adapter.h | 88 …uint32_t threshold; /*!< Threshold period number: under which will trigger copy from local buffer … member
|
| /hal_nxp-latest/imx/drivers/ |
| D | adc_imx7d.c | 608 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()
|
| D | ecspi.c | 174 void ECSPI_SetFIFOThreshold(ECSPI_Type* base, uint32_t fifo, uint32_t threshold) in ECSPI_SetFIFOThreshold()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/led/ |
| D | fsl_component_led.c | 141 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/ |
| D | fsl_lcdic.h | 560 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/ |
| D | fsl_netc_timer.c | 255 status_t NETC_TimerSetTsFifoThreshold(netc_timer_handle_t *handle, uint8_t threshold) in NETC_TimerSetTsFifoThreshold()
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Include/ |
| D | arm_nnsupportfunctions.h | 773 q31_t threshold = remainder_mask >> 1; in arm_nn_divide_by_power_of_two() local
|
| /hal_nxp-latest/mcux/mcux-sdk/components/pf1550/ |
| D | fsl_pf1550.h | 438 pf1550_undervoltage_detect_threshold_t threshold; member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/pdm/ |
| D | fsl_pdm.h | 345 uint32_t threshold; /*!< The adjustment value of the noise filter */ member
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/ |
| D | wlan.c | 15005 void wlan_set_rssi_low_threshold(uint8_t threshold) in wlan_set_rssi_low_threshold()
|