【单选题】函数uint16_t SCI_putDataNonBlocking(SCI_Handle sciHandle, uint16_t data)实现的功能是( )。
A.
等待 TXRDY=0 ,把数据写入发送缓冲寄存器
B.
等待 TXRDY=1 ,把数据写入发送缓冲寄存器
C.
判断 TXRDY 状态,如果允许发送,就把数据写入发送缓冲寄存器。否则退出,并返回错误值
D.
判断 TXRDY 状态,如果不允许发送,就把数据写入发送缓冲寄存器。否则退出,并返回错误值
【多选题】关于数据发送函数afStatus_t AF_DataRequest (afAddrType_t *dstAddr, endPointDesc_t *srcEP, uint16 cID, uint16 len, uint8 *buf, uint8 *transID, uint8 options, uint8 radius ),正确的说法是()。
【单选题】对于已设置了修改权限密码的文档,如果不输入密码,该文档( )。
【单选题】T he author’s attitude towards his topic can best be described as _____.
【单选题】HalUARTWrite(uint8 port, uint8 *buf, uint16 len)函数的作用?
【单选题】关于typedef struct { union { uint16 shortAddr; ZLongAddr_t extAddr; } addr; afAddrMode_t addrMode; uint8 endPoint; uint16 panId; // used for the INTER_PAN feature } afAddrType_t; 说法正确的是
C.
afAddrType_t的第一个对象是一个联合体
【判断题】这个消息处理函数UINT16 GenericApp_ProcessEvent(byte task_id,UINT16 events) { } 是一个空函数。