Searched refs:decNum (Results 1 – 2 of 2) sorted by relevance
1302 __STATIC_INLINE uint32_t Cy_RTC_ConvertDecToBcd(uint32_t decNum);1361 __STATIC_INLINE uint32_t Cy_RTC_ConvertDecToBcd(uint32_t decNum) in Cy_RTC_ConvertDecToBcd() argument1366 tmpVal = decNum % CY_RTC_BCD_HUNDRED_DEGRE; in Cy_RTC_ConvertDecToBcd()
40 #define CONVERT_DEC_TO_BCD(decNum) Cy_RTC_ConvertDecToBcd(decNum) argument43 #define CONVERT_DEC_TO_BCD(decNum) (decNum)