Searched refs:decNum (Results 1 – 2 of 2) sorted by relevance
1387 __STATIC_INLINE uint32_t Cy_RTC_ConvertDecToBcd(uint32_t decNum);1446 __STATIC_INLINE uint32_t Cy_RTC_ConvertDecToBcd(uint32_t decNum) in Cy_RTC_ConvertDecToBcd() argument1451 tmpVal = decNum % CY_RTC_BCD_HUNDRED_DEGRE; in Cy_RTC_ConvertDecToBcd()
41 #define CONVERT_DEC_TO_BCD(decNum) (decNum) argument44 #define CONVERT_DEC_TO_BCD(decNum) Cy_RTC_ConvertDecToBcd(decNum)