Searched refs:writeEnable (Results 1 – 1 of 1) sorted by relevance
684 __STATIC_INLINE cy_en_rtc_status_t Cy_RTC_WriteEnable(cy_en_rtc_write_status_t writeEnable);913 #define CY_RTC_IS_WRITE_VALID(writeEnable) (((writeEnable) == CY_RTC_WRITE_DISABLED) || \ argument914 ((writeEnable) == CY_RTC_WRITE_ENABLED))1175 __STATIC_INLINE cy_en_rtc_status_t Cy_RTC_WriteEnable(cy_en_rtc_write_status_t writeEnable) in Cy_RTC_WriteEnable() argument1180 CY_ASSERT_L3(CY_RTC_IS_WRITE_VALID(writeEnable)); in Cy_RTC_WriteEnable()1182 if (writeEnable == CY_RTC_WRITE_ENABLED) in Cy_RTC_WriteEnable()