Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dswm_15xx.c59 temp = LPC_SWM->PINASSIGN[regIndex] & (~(0xFF << pinshift)); in Chip_SWM_MovablePinAssign()
60 LPC_SWM->PINASSIGN[regIndex] = temp | (pin << pinshift); in Chip_SWM_MovablePinAssign()
72 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 Dchip.h120 #define LPC_SWM ((LPC_SWM_T *) LPC_SWM_BASE) macro

Completed in 4 milliseconds