Searched refs:BootPinPDValue (Results 1 – 1 of 1) sorted by relevance
285 __STATIC_INLINE void LL_SYSCFG_EnableBootPinPullDownDisabled(uint16_t BootPinPDValue) in LL_SYSCFG_EnableBootPinPullDownDisabled() argument287 SET_BIT(SYSCFG->BOOTR, BootPinPDValue); in LL_SYSCFG_EnableBootPinPullDownDisabled()299 __STATIC_INLINE void LL_SYSCFG_DisableBootPinPullDownDisabled(uint16_t BootPinPDValue) in LL_SYSCFG_DisableBootPinPullDownDisabled() argument301 CLEAR_BIT(SYSCFG->BOOTR, BootPinPDValue); in LL_SYSCFG_DisableBootPinPullDownDisabled()