Home
last modified time | relevance | path

Searched refs:rx8130ce_bcd2bin (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/drivers/external_device/rx8130ce/src/
A Drx8130ce.c20 static uint8_t rx8130ce_bcd2bin(uint8_t bcd) in rx8130ce_bcd2bin() function
148 time->seconds = rx8130ce_bcd2bin(data[0]); in rx8130ce_get_time()
149 time->minutes = rx8130ce_bcd2bin(data[1]); in rx8130ce_get_time()
150 time->hours = rx8130ce_bcd2bin(data[2]); in rx8130ce_get_time()
152 time->day = rx8130ce_bcd2bin(data[4]); in rx8130ce_get_time()
153 time->month = rx8130ce_bcd2bin(data[5]); in rx8130ce_get_time()
154 time->year = rx8130ce_bcd2bin(data[6]); in rx8130ce_get_time()

Completed in 3 milliseconds