Home
last modified time | relevance | path

Searched defs:value (Results 1 – 25 of 72) sorted by relevance

123

/hal_silabs-latest/si32/si32Hal/SI32_Modules/
DSI32_LCD_A_Type.c884 uint32_t value) in _SI32_LCD_A_write_clkcontrol()
912 uwide16_t value) in _SI32_LCD_A_write_clock_divider()
984 uint32_t value) in _SI32_LCD_A_write_blkcontrol()
1013 uwide8_t value) in _SI32_LCD_A_write_lcd_blink_mask()
1029 uwide8_t value) in _SI32_LCD_A_write_lcd_blink_exponent()
1045 uint32_t value) in _SI32_LCD_A_write_segcontrol()
1212 uwide8_t value) in _SI32_LCD_A_write_reset_phase_count_u8()
1228 uint32_t value) in _SI32_LCD_A_write_ctrstcontrol()
1257 uwide8_t value) in _SI32_LCD_A_write_lcd_contrast()
1273 uint32_t value) in _SI32_LCD_A_write_vbmcontrol()
[all …]
DSI32_LCD_A_Type.h949 #define SI32_LCD_A_write_clkcontrol(basePointer, value) \ argument
984 #define SI32_LCD_A_write_clock_divider(basePointer, value) \ argument
1066 #define SI32_LCD_A_write_blkcontrol(basePointer, value) \ argument
1104 #define SI32_LCD_A_write_lcd_blink_mask(basePointer, value) \ argument
1126 #define SI32_LCD_A_write_lcd_blink_exponent(basePointer, value) \ argument
1148 #define SI32_LCD_A_write_segcontrol(basePointer, value) \ argument
1332 #define SI32_LCD_A_write_reset_phase_count_u8(basePointer, value) \ argument
1354 #define SI32_LCD_A_write_ctrstcontrol(basePointer, value) \ argument
1392 #define SI32_LCD_A_write_lcd_contrast(basePointer, value) \ argument
1414 #define SI32_LCD_A_write_vbmcontrol(basePointer, value) \ argument
[all …]
DSI32_I2C_A_Type.c901 uint32_t value) in _SI32_I2C_A_set_scaler_value()
1339 uint32_t value) in _SI32_I2C_A_set_byte_count()
1621 uint32_t value) in _SI32_I2C_A_write_data()
1680 uwide8_t value) in _SI32_I2C_A_set_timer0_u8()
1708 uwide8_t value) in _SI32_I2C_A_set_timer1_u8()
1736 uwide8_t value) in _SI32_I2C_A_set_timer2_u8()
1764 uwide8_t value) in _SI32_I2C_A_set_timer3_u8()
1792 uwide16_t value) in _SI32_I2C_A_set_timer_low_u16()
1821 uwide16_t value) in _SI32_I2C_A_set_timer_high_u16()
1879 uwide8_t value) in _SI32_I2C_A_set_timer0_reload()
[all …]
DSI32_I2C_A_Type.h1017 #define SI32_I2C_A_set_scaler_value(basePointer, value) \ argument
1474 #define SI32_I2C_A_set_byte_count(basePointer, value) \ argument
1792 #define SI32_I2C_A_write_data(basePointer, value) \ argument
1867 #define SI32_I2C_A_set_timer0_u8(basePointer, value) \ argument
1899 #define SI32_I2C_A_set_timer1_u8(basePointer, value) \ argument
1931 #define SI32_I2C_A_set_timer2_u8(basePointer, value) \ argument
1963 #define SI32_I2C_A_set_timer3_u8(basePointer, value) \ argument
1995 #define SI32_I2C_A_set_timer_low_u16(basePointer, value) do{ \ argument
2029 #define SI32_I2C_A_set_timer_high_u16(basePointer, value) do{ \ argument
2101 #define SI32_I2C_A_set_timer0_reload(basePointer, value) \ argument
[all …]
DSI32_EMIFIF_A_Type.c82 uint32_t value) in _SI32_EMIFIF_A_write_config()
293 uint32_t value) in _SI32_EMIFIF_A_write_ifrt()
350 uint32_t value) in _SI32_EMIFIF_A_write_ifwt()
407 uint32_t value) in _SI32_EMIFIF_A_write_ifrcst()
465 uint32_t value) in _SI32_EMIFIF_A_write_ifwcst()
DSI32_EMIFIF_A_Type.h125 #define SI32_EMIFIF_A_write_config(basePointer, value) \ argument
345 #define SI32_EMIFIF_A_write_ifrt(basePointer, value) \ argument
428 #define SI32_EMIFIF_A_write_ifwt(basePointer, value) \ argument
511 #define SI32_EMIFIF_A_write_ifrcst(basePointer, value) \ argument
595 #define SI32_EMIFIF_A_write_ifwcst(basePointer, value) \ argument
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/peripheral_drivers/inc/
Drsi_ct.h313 STATIC INLINE void RSI_CT_SetControl(RSI_CT_T *pCT, uint32_t value) in RSI_CT_SetControl()
334 STATIC INLINE void RSI_CT_ClearControl(RSI_CT_T *pCT, uint32_t value) in RSI_CT_ClearControl()
350 STATIC INLINE void RSI_CT_StartEventSelect(RSI_CT_T *pCT, uint32_t value) in RSI_CT_StartEventSelect()
631 STATIC INLINE void RSI_CT_StopEventSelect(RSI_CT_T *pCT, uint32_t value) in RSI_CT_StopEventSelect()
648 STATIC INLINE void RSI_CT_ContinueEventSelect(RSI_CT_T *pCT, uint32_t value) in RSI_CT_ContinueEventSelect()
665 STATIC INLINE void RSI_CT_HaltEventSelect(RSI_CT_T *pCT, uint32_t value) in RSI_CT_HaltEventSelect()
682 STATIC INLINE void RSI_CT_IncrementEventSelect(RSI_CT_T *pCT, uint32_t value) in RSI_CT_IncrementEventSelect()
699 STATIC INLINE void RSI_CT_CaptureEventSelect(RSI_CT_T *pCT, uint32_t value) in RSI_CT_CaptureEventSelect()
716 STATIC INLINE void RSI_CT_OutputEventSelect(RSI_CT_T *pCT, uint32_t value) in RSI_CT_OutputEventSelect()
733 STATIC INLINE void RSI_CT_InterruptEventSelect(RSI_CT_T *pCT, uint32_t value) in RSI_CT_InterruptEventSelect()
[all …]
Drsi_pwm.h551 STATIC INLINE rsi_error_t RSI_MCPWM_DutyCycleControlSet(RSI_MCPWM_T *pMCPWM, uint32_t value, uint8_… in RSI_MCPWM_DutyCycleControlSet()
573 STATIC INLINE rsi_error_t RSI_MCPWM_DutyCycleControlReset(RSI_MCPWM_T *pMCPWM, uint32_t value, uint… in RSI_MCPWM_DutyCycleControlReset()
646 STATIC INLINE void RSI_MCPWM_OverrideControlSet(RSI_MCPWM_T *pMCPWM, uint32_t value) in RSI_MCPWM_OverrideControlSet()
660 STATIC INLINE void RSI_MCPWM_OverrideControlReSet(RSI_MCPWM_T *pMCPWM, uint32_t value) in RSI_MCPWM_OverrideControlReSet()
683 …NLINE rsi_error_t RSI_MCPWM_OverrideValueSet(RSI_MCPWM_T *pMCPWM, uint8_t pwmOutput, uint8_t value) in RSI_MCPWM_OverrideValueSet()
711 …INE rsi_error_t RSI_MCPWM_OverrideValueReSet(RSI_MCPWM_T *pMCPWM, uint8_t pwmOutput, uint8_t value) in RSI_MCPWM_OverrideValueReSet()
740 STATIC INLINE void RSI_MCPWM_FaultControlSet(RSI_MCPWM_T *pMCPWM, uint32_t value) in RSI_MCPWM_FaultControlSet()
764 STATIC INLINE void RSI_MCPWM_FaultControlReSet(RSI_MCPWM_T *pMCPWM, uint32_t value) in RSI_MCPWM_FaultControlReSet()
805 STATIC INLINE void RSI_MCPWM_DeadTimeControlSet(RSI_MCPWM_T *pMCPWM, uint32_t value) in RSI_MCPWM_DeadTimeControlSet()
822 STATIC INLINE void RSI_MCPWM_DeadTimeControlReSet(RSI_MCPWM_T *pMCPWM, uint32_t value) in RSI_MCPWM_DeadTimeControlReSet()
/hal_silabs-latest/gecko/common/inc/
Dsl_common.h281 __STATIC_INLINE uint32_t SL_CTZ(uint32_t value) in SL_CTZ()
297 __STATIC_INLINE uint32_t EFM32_CTZ(uint32_t value) in EFM32_CTZ()
313 __STATIC_INLINE uint32_t SL_RBIT(uint32_t value) in SL_RBIT()
343 __STATIC_INLINE uint16_t SL_RBIT16(uint16_t value) in SL_RBIT16()
358 __STATIC_INLINE uint8_t SL_RBIT8(uint8_t value) in SL_RBIT8()
/hal_silabs-latest/simplicity_sdk/platform/common/inc/
Dsl_common.h298 __STATIC_INLINE uint32_t SL_CTZ(uint32_t value) in SL_CTZ()
314 __STATIC_INLINE uint32_t EFM32_CTZ(uint32_t value) in EFM32_CTZ()
330 __STATIC_INLINE uint32_t SL_RBIT(uint32_t value) in SL_RBIT()
360 __STATIC_INLINE uint16_t SL_RBIT16(uint16_t value) in SL_RBIT16()
375 __STATIC_INLINE uint8_t SL_RBIT8(uint8_t value) in SL_RBIT8()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/ahb_interface/inc/
Drsi_os.h39 #define RSI_ATOMIC_INCREMENT(value) \ argument
45 #define RSI_ATOMIC_DECREMENT(value) \ argument
65 #define RSI_NO_OS_ATOMIC_MUTEX_SET(mutex, value) (mutex) = value argument
68 #define RSI_NO_OS_ATOMIC_MUTEX_CHECK(mutex, value) (((mutex) == value) ? 1 : 0) argument
/hal_silabs-latest/gecko/emlib/src/
Dem_letimer.c184 void LETIMER_CounterSet(LETIMER_TypeDef *letimer, uint32_t value) in LETIMER_CounterSet()
215 uint32_t value) in LETIMER_CompareSet()
504 uint32_t value) in LETIMER_RepeatSet()
637 void LETIMER_TopSet(LETIMER_TypeDef *letimer, uint32_t value) in LETIMER_TopSet()
Dem_emu.c2033 void EMU_BUThresholdSet(EMU_BODMode_TypeDef mode, uint32_t value) in EMU_BUThresholdSet()
2058 void EMU_BUThresRangeSet(EMU_BODMode_TypeDef mode, uint32_t value) in EMU_BUThresRangeSet()
3605 void EMU_DCDCSetPFMXModePeakCurrent(uint32_t value) in EMU_DCDCSetPFMXModePeakCurrent()
3651 void EMU_DCDCSetPFMXTimeoutMaxCtrl(EMU_DcdcTonMaxTimeout_TypeDef value) in EMU_DCDCSetPFMXTimeoutMaxCtrl()
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_letimer.c184 void LETIMER_CounterSet(LETIMER_TypeDef *letimer, uint32_t value) in LETIMER_CounterSet()
215 uint32_t value) in LETIMER_CompareSet()
504 uint32_t value) in LETIMER_RepeatSet()
637 void LETIMER_TopSet(LETIMER_TypeDef *letimer, uint32_t value) in LETIMER_TopSet()
Dem_emu.c2088 void EMU_BUThresholdSet(EMU_BODMode_TypeDef mode, uint32_t value) in EMU_BUThresholdSet()
2113 void EMU_BUThresRangeSet(EMU_BODMode_TypeDef mode, uint32_t value) in EMU_BUThresRangeSet()
3700 void EMU_DCDCSetPFMXModePeakCurrent(uint32_t value) in EMU_DCDCSetPFMXModePeakCurrent()
3746 SL_WEAK void EMU_DCDCSetPFMXTimeoutMaxCtrl(EMU_DcdcTonMaxTimeout_TypeDef value) in EMU_DCDCSetPFMXTimeoutMaxCtrl()
/hal_silabs-latest/si32/si32Hal/sim3l1xx/
DSI32_LDO_A_Type.c125 uint32_t value) in _SI32_LDO_A_set_digital_output_value()
208 uint32_t value) in _SI32_LDO_A_set_memory_output_value()
291 uint32_t value) in _SI32_LDO_A_set_analog_output_value()
DSI32_LDO_A_Type.h154 #define SI32_LDO_A_set_digital_output_value(basePointer, value) \ argument
245 #define SI32_LDO_A_set_memory_output_value(basePointer, value) \ argument
336 #define SI32_LDO_A_set_analog_output_value(basePointer, value) \ argument
/hal_silabs-latest/wiseconnect/components/common/inc/
Dsl_ip_types.h68 uint32_t value; ///< IPv4 address as a uint32_t member
74 uint32_t value[4]; ///< IPv6 address as a uint32_t[4] member
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/systemlevel/src/
Drsi_ipmu.c53 uint32_t value = 0; in RSI_IPMU_UpdateIpmuCalibData_efuse() local
469 uint32_t value = 0; in update_efuse_system_configs() local
862 uint32_t value; in RSI_IPMU_Retn_Voltage_Reduction() local
/hal_silabs-latest/gecko/emlib/inc/
Dem_rtcc.h421 __STATIC_INLINE void RTCC_ChannelCompareValueSet(int ch, uint32_t value) in RTCC_ChannelCompareValueSet()
480 __STATIC_INLINE void RTCC_ChannelCCVSet(int ch, uint32_t value) in RTCC_ChannelCCVSet()
592 __STATIC_INLINE void RTCC_CounterSet(uint32_t value) in RTCC_CounterSet()
Dem_dac.h240 uint32_t value) in DAC_Channel0OutputSet()
261 uint32_t value) in DAC_Channel1OutputSet()
Dem_vdac.h573 uint32_t value) in VDAC_Channel0OutputSet()
599 uint32_t value) in VDAC_Channel1OutputSet()
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_rtcc.h421 __STATIC_INLINE void RTCC_ChannelCompareValueSet(int ch, uint32_t value) in RTCC_ChannelCompareValueSet()
480 __STATIC_INLINE void RTCC_ChannelCCVSet(int ch, uint32_t value) in RTCC_ChannelCCVSet()
592 __STATIC_INLINE void RTCC_CounterSet(uint32_t value) in RTCC_CounterSet()
Dem_vdac.h573 uint32_t value) in VDAC_Channel0OutputSet()
599 uint32_t value) in VDAC_Channel1OutputSet()
/hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/src/
Dsl_sleeptimer_hal_sysrtc.c175 void sleeptimer_hal_set_compare(uint32_t value) in sleeptimer_hal_set_compare()
214 void sleeptimer_hal_set_compare_prs_hfxo_startup(int32_t value) in sleeptimer_hal_set_compare_prs_hfxo_startup()

123