mFrame
載入中...
搜尋中...
無符合項目
IICEventError.h
1
7#ifndef HAL_6077E071_3E32_49F5_9C2E_265712FFAEF4
8#define HAL_6077E071_3E32_49F5_9C2E_265712FFAEF4
9
10/* ***************************************************************************************
11 * Include
12 */
13
14//----------------------------------------------------------------------------------------
15#include "mframe.h"
16
17//----------------------------------------------------------------------------------------
18
19/* ***************************************************************************************
20 * Namespace
21 */
22namespace hal::serial {
23 struct IICEventError;
24} // namespace hal::serial
25
26/* ***************************************************************************************
27 * Class/Interface/Struct/Enum
28 */
34 virtual void onNanAcknowledgeEvent(void) abstract;
35
40 virtual void onBusBusyEvent(void) abstract;
41};
42
43/* ***************************************************************************************
44 * End of file
45 */
46
47#endif /* HAL_6077E071_3E32_49F5_9C2E_265712FFAEF4 */
Definition IIC.h:25
Definition IICEventError.h:29
virtual void onBusBusyEvent(void) override
當發生總線忙碌時將調用
virtual void onNanAcknowledgeEvent(void) override
當發生未回應事件時將調用
Definition Interface.h:134