23#ifndef NILE_MCU_RTC_H_
24#define NILE_MCU_RTC_H_
30 const void __far* inbuf,
size_t inbuflen,
31 void __far* outbuf,
size_t outbuflen
int16_t nile_mcu_native_recv_cmd(void __far *buffer, uint16_t buflen)
Receive the response of a "native protocol" MCU command synchronously.
#define NILE_MCU_NATIVE_CMD(cmd, arg)
static int16_t nile_mcu_native_send_cmd(uint16_t cmd, const void __far *buffer, int buflen)
Send a "native protocol" MCU command asynchronously.
static int16_t nile_mcu_native_rtc_transaction_sync(uint8_t cmd, const void __far *inbuf, size_t inbuflen, void __far *outbuf, size_t outbuflen)