#include "sys_config.h"
#include "cmsis.h"
Go to the source code of this file.
|
STATIC INLINE void | IP_GPIO_Init (IP_GPIO_001_Type *pGPIO) |
| Initialize GPIO block.
|
|
STATIC INLINE void | IP_GPIO_WritePortBit (IP_GPIO_001_Type *pGPIO, uint32_t Port, uint8_t Bit, bool Setting) |
| Set a GPIO port/bit state.
|
|
STATIC INLINE void | IP_GPIO_WriteDirBit (IP_GPIO_001_Type *pGPIO, uint32_t Port, uint8_t Bit, bool Setting) |
| Seta GPIO direction.
|
|
STATIC INLINE bool | IP_GPIO_ReadPortBit (IP_GPIO_001_Type *pGPIO, uint32_t Port, uint8_t Bit) |
| Read a GPIO state.
|
|
STATIC INLINE bool | IP_GPIO_ReadDirBit (IP_GPIO_001_Type *pGPIO, uint32_t Port, uint8_t Bit) |
| Read a GPIO direction (out ot in)
|
|