Data Structures | |
struct | _RTCDCB |
struct | _RTCICB |
Typedefs | |
typedef _RTCDCB | RTCDCB |
typedef _RTCICB | RTCICB |
Functions | |
int | RtcInit (NUTDEVICE *dev) |
u_char | rtcReadByte (u_char address) |
void | rtcWriteByte (u_char address, u_char data) |
Variables | |
NUTDEVICE | devRtcSpi |
|
Defines device parameters, required for NUT device driver. |
|
Defines driver interface parameters, required for NUT device driver. |
|
Init driver. Call it first.
|
|
Read byte from rtc device.
|
|
Send byte to rtc device.
|
|
Driver control structure. |