Home
last modified time | relevance | path

Searched defs:pins (Results 1 – 4 of 4) sorted by relevance

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dpinint_15xx.h101 STATIC INLINE void Chip_PININT_SetPinModeEdge(LPC_PIN_INT_T *pPININT, uint32_t pins) in Chip_PININT_SetPinModeEdge()
112 STATIC INLINE void Chip_PININT_SetPinModeLevel(LPC_PIN_INT_T *pPININT, uint32_t pins) in Chip_PININT_SetPinModeLevel()
136 STATIC INLINE void Chip_PININT_EnableIntHigh(LPC_PIN_INT_T *pPININT, uint32_t pins) in Chip_PININT_EnableIntHigh()
147 STATIC INLINE void Chip_PININT_DisableIntHigh(LPC_PIN_INT_T *pPININT, uint32_t pins) in Chip_PININT_DisableIntHigh()
171 STATIC INLINE void Chip_PININT_EnableIntLow(LPC_PIN_INT_T *pPININT, uint32_t pins) in Chip_PININT_EnableIntLow()
182 STATIC INLINE void Chip_PININT_DisableIntLow(LPC_PIN_INT_T *pPININT, uint32_t pins) in Chip_PININT_DisableIntLow()
203 STATIC INLINE void Chip_PININT_ClearRiseStates(LPC_PIN_INT_T *pPININT, uint32_t pins) in Chip_PININT_ClearRiseStates()
224 STATIC INLINE void Chip_PININT_ClearFallStates(LPC_PIN_INT_T *pPININT, uint32_t pins) in Chip_PININT_ClearFallStates()
245 STATIC INLINE void Chip_PININT_ClearIntStatus(LPC_PIN_INT_T *pPININT, uint32_t pins) in Chip_PININT_ClearIntStatus()
A Dgpio_15xx.h361 STATIC INLINE void Chip_GPIO_SetPortOutHigh(LPC_GPIO_T *pGPIO, uint8_t port, uint32_t pins) in Chip_GPIO_SetPortOutHigh()
403 STATIC INLINE void Chip_GPIO_SetPortOutLow(LPC_GPIO_T *pGPIO, uint8_t port, uint32_t pins) in Chip_GPIO_SetPortOutLow()
431 STATIC INLINE void Chip_GPIO_SetPortToggle(LPC_GPIO_T *pGPIO, uint8_t port, uint32_t pins) in Chip_GPIO_SetPortToggle()
/lk-master/external/platform/nrfx/drivers/include/
A Dnrfx_qspi.h53 nrf_qspi_pins_t pins; /**< Pin configuration structure. */ member
/lk-master/external/platform/pico/rp2_common/hardware_pio/
A Dpio.c155 void pio_sm_set_pins(PIO pio, uint sm, uint32_t pins) { in pio_sm_set_pins()

Completed in 7 milliseconds