Searched refs:periphmask (Results 1 – 1 of 1) sorted by relevance
439 STATIC INLINE void Chip_SYSCTL_EnableERP0PeriphWakeup(uint32_t periphmask) in Chip_SYSCTL_EnableERP0PeriphWakeup() argument441 LPC_SYSCTL->STARTERP[0] |= periphmask; in Chip_SYSCTL_EnableERP0PeriphWakeup()451 STATIC INLINE void Chip_SYSCTL_DisableERP0PeriphWakeup(uint32_t periphmask) in Chip_SYSCTL_DisableERP0PeriphWakeup() argument453 LPC_SYSCTL->STARTERP[0] &= ~periphmask; in Chip_SYSCTL_DisableERP0PeriphWakeup()473 STATIC INLINE void Chip_SYSCTL_EnableERP1PeriphWakeup(uint32_t periphmask) in Chip_SYSCTL_EnableERP1PeriphWakeup() argument475 LPC_SYSCTL->STARTERP[1] |= periphmask; in Chip_SYSCTL_EnableERP1PeriphWakeup()485 STATIC INLINE void Chip_SYSCTL_DisableERP1PeriphWakeup(uint32_t periphmask) in Chip_SYSCTL_DisableERP1PeriphWakeup() argument487 LPC_SYSCTL->STARTERP[1] &= ~periphmask; in Chip_SYSCTL_DisableERP1PeriphWakeup()
Completed in 4 milliseconds