Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dsysctl_15xx.h439 STATIC INLINE void Chip_SYSCTL_EnableERP0PeriphWakeup(uint32_t periphmask) in Chip_SYSCTL_EnableERP0PeriphWakeup() argument
441 LPC_SYSCTL->STARTERP[0] |= periphmask; in Chip_SYSCTL_EnableERP0PeriphWakeup()
451 STATIC INLINE void Chip_SYSCTL_DisableERP0PeriphWakeup(uint32_t periphmask) in Chip_SYSCTL_DisableERP0PeriphWakeup() argument
453 LPC_SYSCTL->STARTERP[0] &= ~periphmask; in Chip_SYSCTL_DisableERP0PeriphWakeup()
473 STATIC INLINE void Chip_SYSCTL_EnableERP1PeriphWakeup(uint32_t periphmask) in Chip_SYSCTL_EnableERP1PeriphWakeup() argument
475 LPC_SYSCTL->STARTERP[1] |= periphmask; in Chip_SYSCTL_EnableERP1PeriphWakeup()
485 STATIC INLINE void Chip_SYSCTL_DisableERP1PeriphWakeup(uint32_t periphmask) in Chip_SYSCTL_DisableERP1PeriphWakeup() argument
487 LPC_SYSCTL->STARTERP[1] &= ~periphmask; in Chip_SYSCTL_DisableERP1PeriphWakeup()

Completed in 4 milliseconds