Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dsysctl_15xx.c75 LPC_SYSCTL->PRESETCTRL[1] |= (1 << ((uint32_t) periph - 32)); in Chip_SYSCTL_AssertPeriphReset()
78 LPC_SYSCTL->PRESETCTRL[0] |= (1 << (uint32_t) periph); in Chip_SYSCTL_AssertPeriphReset()
86 LPC_SYSCTL->PRESETCTRL[1] &= ~(1 << ((uint32_t) periph - 32)); in Chip_SYSCTL_DeassertPeriphReset()
89 LPC_SYSCTL->PRESETCTRL[0] &= ~(1 << (uint32_t) periph); in Chip_SYSCTL_DeassertPeriphReset()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dsysctl_15xx.h57 __IO uint32_t PRESETCTRL[2]; /*!< Peripheral reset Control registers */ member

Completed in 5 milliseconds