Cpp Test

C++ code posted
created at 20 May 00:08, updated at 29 May 02:50

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
 __STATIC_INLINE void GPIO_DbgSWDClkEnable(bool enable)
__STATIC_INLINE void GPIO_DbgSWDIOEnable(bool enable)
__STATIC_INLINE void GPIO_DbgSWOEnable(bool enable)
__STATIC_INLINE void GPIO_EM4DisablePinWakeup(uint32_t pinmask)
__STATIC_INLINE void GPIO_EM4EnablePinWakeup(uint32_t pinmask,
__STATIC_INLINE uint32_t GPIO_EM4GetPinWakeupCause(void)
__STATIC_INLINE void GPIO_EM4SetPinRetention(bool enable)
__STATIC_INLINE void GPIO_InputSenseSet(uint32_t val, uint32_t mask)
__STATIC_INLINE void GPIO_IntClear(uint32_t flags)
__STATIC_INLINE void GPIO_IntDisable(uint32_t flags)
__STATIC_INLINE void GPIO_IntEnable(uint32_t flags)
__STATIC_INLINE uint32_t GPIO_IntGet(void)
__STATIC_INLINE uint32_t GPIO_IntGetEnabled(void)
__STATIC_INLINE void GPIO_IntSet(uint32_t flags)
__STATIC_INLINE void GPIO_Lock(void)
__STATIC_INLINE unsigned int GPIO_PinInGet(GPIO_Port_TypeDef port, unsigned int pin)
__STATIC_INLINE void GPIO_PinOutClear(GPIO_Port_TypeDef port, unsigned int pin)
__STATIC_INLINE unsigned int GPIO_PinOutGet(GPIO_Port_TypeDef port, unsigned int pin)
__STATIC_INLINE void GPIO_PinOutSet(GPIO_Port_TypeDef port, unsigned int pin)
__STATIC_INLINE void GPIO_PinOutToggle(GPIO_Port_TypeDef port, unsigned int pin)
__STATIC_INLINE uint32_t GPIO_PortInGet(GPIO_Port_TypeDef port)
__STATIC_INLINE void GPIO_PortOutClear(GPIO_Port_TypeDef port, uint32_t pins)
__STATIC_INLINE uint32_t GPIO_PortOutGet(GPIO_Port_TypeDef port)
__STATIC_INLINE void GPIO_PortOutSet(GPIO_Port_TypeDef port, uint32_t pins)
__STATIC_INLINE void GPIO_PortOutSetVal(GPIO_Port_TypeDef port, uint32_t val, uint32_t mask)
__STATIC_INLINE void GPIO_PortOutToggle(GPIO_Port_TypeDef port, uint32_t pins)
__STATIC_INLINE void GPIO_Unlock(void)
1.7 KB in 2 ms with coderay