Searched refs:PMC (Results 1 – 6 of 6) sorted by relevance
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_ll_system.h | 494 SET_BIT(SYSCFG->PMC, SYSCFG_PMC_USB_PU); in LL_SYSCFG_EnableUSBPullUp() 504 CLEAR_BIT(SYSCFG->PMC, SYSCFG_PMC_USB_PU); in LL_SYSCFG_DisableUSBPullUp() 521 SET_BIT(SYSCFG->PMC, Pin); in LL_SYSCFG_EnableLCDCapacitanceConnection() 537 CLEAR_BIT(SYSCFG->PMC, Pin); in LL_SYSCFG_DisableLCDCapacitanceConnection()
|
D | stm32l1xx_hal.h | 567 #define __HAL_SYSCFG_USBPULLUP_ENABLE() SET_BIT(SYSCFG->PMC, SYSCFG_PMC_USB_PU) 569 #define __HAL_SYSCFG_USBPULLUP_DISABLE() CLEAR_BIT(SYSCFG->PMC, SYSCFG_PMC_USB_PU)
|
/loramac-node-2.7.6/src/boards/SKiM980A/cmsis/ |
D | stm32l151xba.h | 339 …__IO uint32_t PMC; /*!< SYSCFG peripheral mode configuration register, Address offset… member
|
/loramac-node-2.7.6/src/boards/SKiM880B/cmsis/ |
D | stm32l151xba.h | 339 …__IO uint32_t PMC; /*!< SYSCFG peripheral mode configuration register, Address offset… member
|
/loramac-node-2.7.6/src/boards/NAMote72/cmsis/ |
D | stm32l152xc.h | 369 …__IO uint32_t PMC; /*!< SYSCFG peripheral mode configuration register, Address offset… member
|
/loramac-node-2.7.6/src/boards/NucleoL152/cmsis/ |
D | stm32l152xe.h | 378 …__IO uint32_t PMC; /*!< SYSCFG peripheral mode configuration register, Address offset… member
|