Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dswm_15xx.c72 LPC_SWM->PINENABLE[regOff] &= ~(1 << pinPos); in Chip_SWM_EnableFixedPin()
84 LPC_SWM->PINENABLE[regOff] |= (1 << pinPos); in Chip_SWM_DisableFixedPin()
106 return (bool) ((LPC_SWM->PINENABLE[regOff] & (1 << pinPos)) == 0); in Chip_SWM_IsFixedPinEnabled()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dswm_15xx.h50 __IO uint32_t PINENABLE[2]; /*!< fixed pin enable/disable registers */ member

Completed in 3 milliseconds