| /hal_silabs-latest/si32/si32Hal/SI32_Modules/ |
| D | SI32_ACCTR_A_Type.c | 850 uwide8_t threshold) in _SI32_ACCTR_A_set_lc_comparator_0_coarse_threshold() argument 852 assert((threshold >= 0) && (threshold <= 63)); in _SI32_ACCTR_A_set_lc_comparator_0_coarse_threshold() 854 basePointer->LCCONFIG.CMP0CTH = threshold; in _SI32_ACCTR_A_set_lc_comparator_0_coarse_threshold() 865 uwide8_t threshold) in _SI32_ACCTR_A_set_lc_comparator_0_fine_threshold() argument 867 assert((threshold >= 0) && (threshold <= 7)); in _SI32_ACCTR_A_set_lc_comparator_0_fine_threshold() 869 basePointer->LCCONFIG.CMP0FTH = threshold; in _SI32_ACCTR_A_set_lc_comparator_0_fine_threshold() 880 uwide8_t threshold) in _SI32_ACCTR_A_set_lc_comparator_1_coarse_threshold() argument 882 assert((threshold >= 0) && (threshold <= 63)); in _SI32_ACCTR_A_set_lc_comparator_1_coarse_threshold() 884 basePointer->LCCONFIG.CMP1CTH = threshold; in _SI32_ACCTR_A_set_lc_comparator_1_coarse_threshold() 895 uwide8_t threshold) in _SI32_ACCTR_A_set_lc_comparator_1_fine_threshold() argument [all …]
|
| D | SI32_ACCTR_A_Type.h | 964 #define SI32_ACCTR_A_set_lc_comparator_0_coarse_threshold(basePointer, threshold) \ argument 965 (basePointer->LCCONFIG.CMP0CTH = threshold) 983 #define SI32_ACCTR_A_set_lc_comparator_0_fine_threshold(basePointer, threshold) \ argument 984 (basePointer->LCCONFIG.CMP0FTH = threshold) 1002 #define SI32_ACCTR_A_set_lc_comparator_1_coarse_threshold(basePointer, threshold) \ argument 1003 (basePointer->LCCONFIG.CMP1CTH = threshold) 1021 #define SI32_ACCTR_A_set_lc_comparator_1_fine_threshold(basePointer, threshold) \ argument 1022 (basePointer->LCCONFIG.CMP1FTH = threshold) 1040 #define SI32_ACCTR_A_set_lc_comparator_0_full_range_threshold(basePointer, threshold) do{ \ argument 1045 (threshold<<SI32_ACCTR_A_LCCONFIG_CMP0CTH_SHIFT));\ [all …]
|
| D | SI32_WDTIMER_A_Type.c | 43 uint32_t threshold) in _SI32_WDTIMER_A_initialize() argument 51 basePointer->THRESHOLD.U32 = threshold; in _SI32_WDTIMER_A_initialize() 247 uint32_t threshold) in _SI32_WDTIMER_A_write_threshold() argument 252 basePointer->THRESHOLD.U32 = threshold; in _SI32_WDTIMER_A_write_threshold()
|
| D | SI32_WDTIMER_A_Type.h | 66 #define SI32_WDTIMER_A_initialize(basePointer, control, threshold) do{ \ argument 72 basePointer->THRESHOLD.U32 = threshold;\ 314 #define SI32_WDTIMER_A_write_threshold(basePointer, threshold) do{ \ argument 317 basePointer->THRESHOLD.U32 = threshold;\
|
| D | SI32_LPTIMER_B_Type.c | 43 uint32_t threshold, in _SI32_LPTIMER_B_initialize() argument 49 basePointer->THRESHOLD.U32 = threshold; in _SI32_LPTIMER_B_initialize() 734 uint32_t threshold) in _SI32_LPTIMER_B_write_threshold() argument 737 basePointer->THRESHOLD.U32 = threshold; in _SI32_LPTIMER_B_write_threshold()
|
| D | SI32_DCDC_A_Type.c | 560 SI32_DCDC_READY_LOW_THRESHOLD_Enum_Type threshold) in _SI32_DCDC_A_select_converter_ready_low_threshold() argument 562 assert(threshold < 4); // threshold < 2^2 in _SI32_DCDC_A_select_converter_ready_low_threshold() 564 basePointer->CONFIG.RDYLOWTH = threshold; in _SI32_DCDC_A_select_converter_ready_low_threshold()
|
| D | SI32_LPTIMER_B_Type.h | 79 #define SI32_LPTIMER_B_initialize(basePointer, control, count, threshold, status) do{ \ argument 82 basePointer->THRESHOLD.U32 = threshold;\ 820 #define SI32_LPTIMER_B_write_threshold(basePointer, threshold) \ argument 821 (basePointer->THRESHOLD.U32 = threshold)
|
| D | SI32_SPI_A_Type.c | 1155 SI32_SPI_A_FIFO_THRESHOLD_Enum_Type threshold) in _SI32_SPI_A_select_tx_fifo_threshold() argument 1158 switch (threshold) in _SI32_SPI_A_select_tx_fifo_threshold() 1188 SI32_SPI_A_FIFO_THRESHOLD_Enum_Type threshold) in _SI32_SPI_A_select_rx_fifo_threshold() argument 1191 switch (threshold) in _SI32_SPI_A_select_rx_fifo_threshold()
|
| D | SI32_SPI_A_Type.h | 1294 #define SI32_SPI_A_select_tx_fifo_threshold(basePointer, threshold) \ argument 1295 _SI32_SPI_A_select_tx_fifo_threshold(basePointer, threshold) 1313 #define SI32_SPI_A_select_rx_fifo_threshold(basePointer, threshold) \ argument 1314 _SI32_SPI_A_select_rx_fifo_threshold(basePointer, threshold)
|
| D | SI32_PLL_A_Type.c | 317 uint32_t threshold) in _SI32_PLL_A_set_lock_threshold_value() argument 319 assert(threshold < 4); // threshold < 2^2 in _SI32_PLL_A_set_lock_threshold_value() 321 basePointer->CONTROL.LOCKTH = threshold; in _SI32_PLL_A_set_lock_threshold_value()
|
| D | SI32_SPI_B_Type.c | 1158 SI32_SPI_B_FIFO_THRESHOLD_Enum_Type threshold) in _SI32_SPI_B_select_tx_fifo_threshold() argument 1161 switch (threshold) in _SI32_SPI_B_select_tx_fifo_threshold() 1191 SI32_SPI_B_FIFO_THRESHOLD_Enum_Type threshold) in _SI32_SPI_B_select_rx_fifo_threshold() argument 1194 switch (threshold) in _SI32_SPI_B_select_rx_fifo_threshold()
|
| D | SI32_SPI_B_Type.h | 1296 #define SI32_SPI_B_select_tx_fifo_threshold(basePointer, threshold) \ argument 1297 _SI32_SPI_B_select_tx_fifo_threshold(basePointer, threshold) 1315 #define SI32_SPI_B_select_rx_fifo_threshold(basePointer, threshold) \ argument 1316 _SI32_SPI_B_select_rx_fifo_threshold(basePointer, threshold)
|
| D | SI32_DCDC_A_Type.h | 671 #define SI32_DCDC_A_select_converter_ready_low_threshold(basePointer, threshold) \ argument 672 (basePointer->CONFIG.RDYLOWTH = threshold)
|
| D | SI32_PLL_A_Type.h | 395 #define SI32_PLL_A_set_lock_threshold_value(basePointer, threshold) \ argument 396 (basePointer->CONTROL.LOCKTH = threshold)
|
| /hal_silabs-latest/gecko/emlib/src/ |
| D | em_emu.c | 3707 int threshold) in vmonCalibratedThreshold() argument 3804 return (((uint32_t)threshold * 100U) - vb + (va / 2U)) / va; in vmonCalibratedThreshold() 3809 return (uint32_t)threshold; in vmonCalibratedThreshold() 3828 uint32_t threshold; in EMU_VmonInit() local 3830 EFM_ASSERT((vmonInit->threshold >= 1620) && (vmonInit->threshold <= 3400)); in EMU_VmonInit() 3832 threshold = vmonCalibratedThreshold(vmonInit->channel, vmonInit->threshold); in EMU_VmonInit() 3833 thresholdFine = threshold % 10U; in EMU_VmonInit() 3834 thresholdCoarse = threshold / 10U; in EMU_VmonInit()
|
| /hal_silabs-latest/simplicity_sdk/platform/emlib/src/ |
| D | em_emu.c | 3802 int threshold) in vmonCalibratedThreshold() argument 3899 return (((uint32_t)threshold * 100U) - vb + (va / 2U)) / va; in vmonCalibratedThreshold() 3904 return (uint32_t)threshold; in vmonCalibratedThreshold() 3923 uint32_t threshold; in EMU_VmonInit() local 3925 EFM_ASSERT((vmonInit->threshold >= 1620) && (vmonInit->threshold <= 3400)); in EMU_VmonInit() 3927 threshold = vmonCalibratedThreshold(vmonInit->channel, vmonInit->threshold); in EMU_VmonInit() 3928 thresholdFine = threshold % 10U; in EMU_VmonInit() 3929 thresholdCoarse = threshold / 10U; in EMU_VmonInit()
|
| /hal_silabs-latest/simplicity_sdk/platform/security/sl_component/se_manager/src/ |
| D | sl_se_manager_util.c | 586 uint8_t threshold; in sl_se_init_otp() member 620 otp_tamper_settings.threshold = otp_init->tamper_filter_threshold & 0x7; in sl_se_init_otp() 689 uint8_t threshold; in sl_se_read_otp() member 739 otp_settings->tamper_filter_threshold = otp_raw.threshold; in sl_se_read_otp()
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/cmsis_driver/ |
| D | GSPI.h | 164 GSPI_FIFO_THRESHOLDS *threshold; member
|
| /hal_silabs-latest/simplicity_sdk/platform/emlib/inc/ |
| D | em_emu.h | 1124 …int threshold; /**< Trigger threshold (mV). Supported range is 1620 mV to 3… member
|
| /hal_silabs-latest/gecko/emlib/inc/ |
| D | em_emu.h | 1061 …int threshold; /**< Trigger threshold (mV). Supported range is 1620 mV to 3… member
|
| /hal_silabs-latest/simplicity_sdk/platform/radio/rail_lib/common/ |
| D | rail_types.h | 4392 uint8_t threshold; member
|