Home
last modified time | relevance | path

Searched defs:movable (Results 1 – 2 of 2) sorted by relevance

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dswm_15xx.c38 #define PINASSIGN_IDX(movable) (((movable) >> 4)) argument
39 #define PINSHIFT(movable) (8 * ((movable) & (0xF))) argument
54 void Chip_SWM_MovablePinAssign(CHIP_SWM_PIN_MOVABLE_T movable, uint8_t pin) in Chip_SWM_MovablePinAssign()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dswm_15xx.h232 STATIC INLINE void Chip_SWM_MovablePortPinAssign(CHIP_SWM_PIN_MOVABLE_T movable, uint8_t port, uint… in Chip_SWM_MovablePortPinAssign()

Completed in 4 milliseconds