Home
last modified time | relevance | path

Searched defs:enable (Results 1 – 25 of 111) sorted by relevance

12345

/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_lcd.h343 bool enable; member
363 bool enable; member
373 bool enable; member
522 __STATIC_INLINE void LCD_Enable(bool enable) in LCD_Enable()
576 __STATIC_INLINE void LCD_AnimEnable(bool enable) in LCD_AnimEnable()
600 __STATIC_INLINE void LCD_BlinkEnable(bool enable) in LCD_BlinkEnable()
624 __STATIC_INLINE void LCD_BlankEnable(bool enable) in LCD_BlankEnable()
648 __STATIC_INLINE void LCD_FrameCountEnable(bool enable) in LCD_FrameCountEnable()
678 __STATIC_INLINE void LCD_DisplayCountEnable(bool enable) in LCD_DisplayCountEnable()
724 __STATIC_INLINE void LCD_FreezeEnable(bool enable) in LCD_FreezeEnable()
[all …]
Dem_gpio.h712 __STATIC_INLINE void GPIO_DbgSWDClkEnable(bool enable) in GPIO_DbgSWDClkEnable()
739 __STATIC_INLINE void GPIO_DbgSWDIOEnable(bool enable) in GPIO_DbgSWDIOEnable()
773 __STATIC_INLINE void GPIO_DbgSWOEnable(bool enable) in GPIO_DbgSWOEnable()
859 __STATIC_INLINE void GPIO_EM4SetPinRetention(bool enable) in GPIO_EM4SetPinRetention()
Dem_burtc.h109 bool enable; /**< Enable BURTC after initialization (starts counter). */ member
386 __STATIC_INLINE void BURTC_FreezeEnable(bool enable) in BURTC_FreezeEnable()
399 __STATIC_INLINE void BURTC_Powerdown(bool enable) in BURTC_Powerdown()
Dem_msc.h772 __STATIC_INLINE void MSC_EnableCache(bool enable) in MSC_EnableCache()
784 __STATIC_INLINE void MSC_EnableCacheIRQs(bool enable) in MSC_EnableCacheIRQs()
796 __STATIC_INLINE void MSC_EnableAutoCacheFlush(bool enable) in MSC_EnableAutoCacheFlush()
/hal_silabs-latest/gecko/emlib/inc/
Dem_lcd.h343 bool enable; member
363 bool enable; member
373 bool enable; member
522 __STATIC_INLINE void LCD_Enable(bool enable) in LCD_Enable()
576 __STATIC_INLINE void LCD_AnimEnable(bool enable) in LCD_AnimEnable()
600 __STATIC_INLINE void LCD_BlinkEnable(bool enable) in LCD_BlinkEnable()
624 __STATIC_INLINE void LCD_BlankEnable(bool enable) in LCD_BlankEnable()
648 __STATIC_INLINE void LCD_FrameCountEnable(bool enable) in LCD_FrameCountEnable()
678 __STATIC_INLINE void LCD_DisplayCountEnable(bool enable) in LCD_DisplayCountEnable()
724 __STATIC_INLINE void LCD_FreezeEnable(bool enable) in LCD_FreezeEnable()
[all …]
Dem_gpio.h627 __STATIC_INLINE void GPIO_DbgSWDClkEnable(bool enable) in GPIO_DbgSWDClkEnable()
654 __STATIC_INLINE void GPIO_DbgSWDIOEnable(bool enable) in GPIO_DbgSWDIOEnable()
688 __STATIC_INLINE void GPIO_DbgSWOEnable(bool enable) in GPIO_DbgSWOEnable()
774 __STATIC_INLINE void GPIO_EM4SetPinRetention(bool enable) in GPIO_EM4SetPinRetention()
Dem_cryotimer.h174 bool enable; member
356 __STATIC_INLINE void CRYOTIMER_EM4WakeupEnable(bool enable) in CRYOTIMER_EM4WakeupEnable()
370 __STATIC_INLINE void CRYOTIMER_Enable(bool enable) in CRYOTIMER_Enable()
Dem_burtc.h109 bool enable; /**< Enable BURTC after initialization (starts counter). */ member
386 __STATIC_INLINE void BURTC_FreezeEnable(bool enable) in BURTC_FreezeEnable()
399 __STATIC_INLINE void BURTC_Powerdown(bool enable) in BURTC_Powerdown()
Dem_emu.h831 bool enable; member
862 bool enable; /**< Enable backup power domain. */ member
1064 bool enable; /**< Enable VMON channel. */ member
1086 bool enable; /**< Enable VMON channel. */ member
1580 __STATIC_INLINE void EMU_EM4Lock(bool enable) in EMU_EM4Lock()
1605 __STATIC_INLINE void EMU_BUPinEnable(bool enable) in EMU_BUPinEnable()
Dem_msc.h765 __STATIC_INLINE void MSC_EnableCache(bool enable) in MSC_EnableCache()
777 __STATIC_INLINE void MSC_EnableCacheIRQs(bool enable) in MSC_EnableCacheIRQs()
789 __STATIC_INLINE void MSC_EnableAutoCacheFlush(bool enable) in MSC_EnableAutoCacheFlush()
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_emu.c1843 void EMU_PeripheralRetention(EMU_PeripheralRetention_TypeDef periMask, bool enable) in EMU_PeripheralRetention()
2254 void EMU_BUBuVinProbeEnSet(bool enable) in EMU_BUBuVinProbeEnSet()
2272 void EMU_BUStatEnSet(bool enable) in EMU_BUStatEnSet()
2290 void EMU_BUEnableSet(bool enable) in EMU_BUEnableSet()
3428 void EMU_BoostExternalShutdownEnable(bool enable) in EMU_BoostExternalShutdownEnable()
4047 void EMU_VmonEnable(EMU_VmonChannel_TypeDef channel, bool enable) in EMU_VmonEnable()
4226 void EMU_EFPDirectModeEnable(bool enable) in EMU_EFPDirectModeEnable()
4250 void EMU_EFPDriveDecoupleSet(bool enable) in EMU_EFPDriveDecoupleSet()
4272 void EMU_EFPDriveDvddSet(bool enable) in EMU_EFPDriveDvddSet()
4294 void EMU_HDRegEM2ExitCurrentLimitEnable(bool enable) in EMU_HDRegEM2ExitCurrentLimitEnable()
Dem_lcd.c280 void LCD_SegmentRangeEnable(LCD_SegmentRange_TypeDef segmentRange, bool enable) in LCD_SegmentRangeEnable()
301 void LCD_SegmentEnable(uint32_t seg_nbr, bool enable) in LCD_SegmentEnable()
342 void LCD_ComEnable(uint8_t com, bool enable) in LCD_ComEnable()
420 void LCD_SegmentSet(int com, int bit, bool enable) in LCD_SegmentSet()
Dem_pcnt.c369 bool enable) in PCNT_PRSInputEnable()
451 void PCNT_FreezeEnable(PCNT_TypeDef *pcnt, bool enable) in PCNT_FreezeEnable()
877 void PCNT_FilterConfiguration(PCNT_TypeDef *pcnt, const PCNT_Filter_TypeDef *config, bool enable) in PCNT_FilterConfiguration()
Dem_cmu_fpga.c148 void CMU_ClockEnable(CMU_Clock_TypeDef clock, bool enable) in CMU_ClockEnable()
370 void CMU_FreezeEnable(bool enable) in CMU_FreezeEnable()
435 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait) in CMU_OscillatorEnable()
Dem_cmu_fpga_npu.c148 void CMU_ClockEnable(CMU_Clock_TypeDef clock, bool enable) in CMU_ClockEnable()
373 void CMU_FreezeEnable(bool enable) in CMU_FreezeEnable()
438 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait) in CMU_OscillatorEnable()
Dem_eusart.c356 void EUSART_Enable(EUSART_TypeDef *eusart, EUSART_Enable_TypeDef enable) in EUSART_Enable()
737 void EUSART_RxBlock(EUSART_TypeDef *eusart, EUSART_BlockRx_TypeDef enable) in EUSART_RxBlock()
763 EUSART_TristateTx_TypeDef enable) in EUSART_TxTristateSet()
/hal_silabs-latest/gecko/emlib/src/
Dem_idac.c113 void IDAC_Enable(IDAC_TypeDef *idac, bool enable) in IDAC_Enable()
164 void IDAC_MinimalOutputTransitionMode(IDAC_TypeDef *idac, bool enable) in IDAC_MinimalOutputTransitionMode()
333 void IDAC_OutEnable(IDAC_TypeDef *idac, bool enable) in IDAC_OutEnable()
363 void IDAC_OutpadEnable(IDAC_TypeDef *idac, bool enable) in IDAC_OutpadEnable()
Dem_emu.c1788 void EMU_PeripheralRetention(EMU_PeripheralRetention_TypeDef periMask, bool enable) in EMU_PeripheralRetention()
2199 void EMU_BUBuVinProbeEnSet(bool enable) in EMU_BUBuVinProbeEnSet()
2217 void EMU_BUStatEnSet(bool enable) in EMU_BUStatEnSet()
2235 void EMU_BUEnableSet(bool enable) in EMU_BUEnableSet()
3367 void EMU_BoostExternalShutdownEnable(bool enable) in EMU_BoostExternalShutdownEnable()
3952 void EMU_VmonEnable(EMU_VmonChannel_TypeDef channel, bool enable) in EMU_VmonEnable()
4131 void EMU_EFPDirectModeEnable(bool enable) in EMU_EFPDirectModeEnable()
4155 void EMU_EFPDriveDecoupleSet(bool enable) in EMU_EFPDriveDecoupleSet()
4177 void EMU_EFPDriveDvddSet(bool enable) in EMU_EFPDriveDvddSet()
Dem_ebi.c329 void EBI_BankEnable(uint32_t banks, bool enable) in EBI_BankEnable()
409 void EBI_NANDFlashEnable(uint32_t banks, bool enable) in EBI_NANDFlashEnable()
437 void EBI_ChipSelectEnable(uint32_t cs, bool enable) in EBI_ChipSelectEnable()
1144 void EBI_BankByteLaneEnable(uint32_t banks, bool enable) in EBI_BankByteLaneEnable()
1172 void EBI_AltMapEnable(bool enable) in EBI_AltMapEnable()
Dem_leuart.c338 void LEUART_Enable(LEUART_TypeDef *leuart, LEUART_Enable_TypeDef enable) in LEUART_Enable()
385 void LEUART_FreezeEnable(LEUART_TypeDef *leuart, bool enable) in LEUART_FreezeEnable()
636 void LEUART_TxDmaInEM2Enable(LEUART_TypeDef *leuart, bool enable) in LEUART_TxDmaInEM2Enable()
684 void LEUART_RxDmaInEM2Enable(LEUART_TypeDef *leuart, bool enable) in LEUART_RxDmaInEM2Enable()
Dem_lcd.c280 void LCD_SegmentRangeEnable(LCD_SegmentRange_TypeDef segmentRange, bool enable) in LCD_SegmentRangeEnable()
301 void LCD_SegmentEnable(uint32_t seg_nbr, bool enable) in LCD_SegmentEnable()
342 void LCD_ComEnable(uint8_t com, bool enable) in LCD_ComEnable()
420 void LCD_SegmentSet(int com, int bit, bool enable) in LCD_SegmentSet()
Dem_pcnt.c369 bool enable) in PCNT_PRSInputEnable()
451 void PCNT_FreezeEnable(PCNT_TypeDef *pcnt, bool enable) in PCNT_FreezeEnable()
877 void PCNT_FilterConfiguration(PCNT_TypeDef *pcnt, const PCNT_Filter_TypeDef *config, bool enable) in PCNT_FilterConfiguration()
Dem_cmu_fpga.c148 void CMU_ClockEnable(CMU_Clock_TypeDef clock, bool enable) in CMU_ClockEnable()
370 void CMU_FreezeEnable(bool enable) in CMU_FreezeEnable()
435 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait) in CMU_OscillatorEnable()
Dem_eusart.c353 void EUSART_Enable(EUSART_TypeDef *eusart, EUSART_Enable_TypeDef enable) in EUSART_Enable()
734 void EUSART_RxBlock(EUSART_TypeDef *eusart, EUSART_BlockRx_TypeDef enable) in EUSART_RxBlock()
760 EUSART_TristateTx_TypeDef enable) in EUSART_TxTristateSet()
/hal_silabs-latest/simplicity_sdk/platform/peripheral/inc/
Dsl_hal_gpio.h818 __INLINE void sl_hal_gpio_set_pin_em4_retention(bool enable) in sl_hal_gpio_set_pin_em4_retention()
857 __INLINE void sl_hal_gpio_enable_debug_swo(bool enable) in sl_hal_gpio_enable_debug_swo()
877 __INLINE void sl_hal_gpio_enable_debug_swd_clk(bool enable) in sl_hal_gpio_enable_debug_swd_clk()
897 __INLINE void sl_hal_gpio_enable_debug_swd_io(bool enable) in sl_hal_gpio_enable_debug_swd_io()

12345