PSoC 6 Peripheral Driver Library
RTC Status definitions

General Description

Definitions for indicating the RTC BUSY bit.

Macros

#define CY_RTC_BUSY   (1UL)
 RTC Busy bit is set, RTC is pending.
 
#define CY_RTC_AVAILABLE   (0UL)
 RTC Busy bit is cleared, RTC is available.