libwsx libwsx
WSwan extra library for the Wonderful toolchain
Loading...
Searching...
No Matches
bcd.h
Go to the documentation of this file.
1
21#ifndef __WF_LIBWSX_BCD_H__
22#define __WF_LIBWSX_BCD_H__
23
24#include <stdint.h>
25
36uint8_t wsx_bcd8_to_int(uint8_t value);
37
44uint16_t wsx_bcd16_to_int(uint16_t value);
45
46#endif /* __WF_LIBWSX_BCD_H__ */
uint8_t wsx_bcd8_to_int(uint8_t value)
Transform an 8-bit packed BCD number to an integer.
uint16_t wsx_bcd16_to_int(uint16_t value)
Transform a 16-bit packed BCD number to an integer.