Home
last modified time | relevance | path

Searched refs:bitValue (Results 1 – 2 of 2) sorted by relevance

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dgpio_15xx.c82 void Chip_GPIO_SetDir(LPC_GPIO_T *pGPIO, uint8_t portNum, uint32_t bitValue, uint8_t out) in Chip_GPIO_SetDir() argument
85 pGPIO->DIR[portNum] |= bitValue; in Chip_GPIO_SetDir()
88 pGPIO->DIR[portNum] &= ~bitValue; in Chip_GPIO_SetDir()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dgpio_15xx.h208 void Chip_GPIO_SetDir(LPC_GPIO_T *pGPIO, uint8_t portNum, uint32_t bitValue, uint8_t out);
347 STATIC INLINE void Chip_GPIO_SetValue(LPC_GPIO_T *pGPIO, uint8_t portNum, uint32_t bitValue) in Chip_GPIO_SetValue() argument
349 pGPIO->SET[portNum] = bitValue; in Chip_GPIO_SetValue()
389 STATIC INLINE void Chip_GPIO_ClearValue(LPC_GPIO_T *pGPIO, uint8_t portNum, uint32_t bitValue) in Chip_GPIO_ClearValue() argument
391 pGPIO->CLR[portNum] = bitValue; in Chip_GPIO_ClearValue()

Completed in 3 milliseconds