The OWIBUS structure. More...
#include <owibus.h>
Data Fields | |
| uintptr_t | owibus_info |
| uint32_t | mode |
| int(* | OwiTouchReset )(NUTOWIBUS *) |
| int(* | OwiReadBlock )(NUTOWIBUS *bus, uint8_t *data, uint_fast8_t) |
| int(* | OwiWriteBlock )(NUTOWIBUS *bus, uint8_t *data, uint_fast8_t) |
The OWIBUS structure.
Storage provided by the caller.
Referenced by NutRegisterOwiBus_BB(), and NutRegisterOwiBus_Uart().
Referenced by NutRegisterOwiBus_BB(), NutRegisterOwiBus_Uart(), OWIGetMode(), and OwiSetMode().
| int(* _NUTOWIBUS::OwiTouchReset)(NUTOWIBUS *) |
Referenced by NutRegisterOwiBus_BB(), NutRegisterOwiBus_Uart(), OwiCommand(), OwiRomSearch(), and OwiSetMode().
| int(* _NUTOWIBUS::OwiReadBlock)(NUTOWIBUS *bus, uint8_t *data, uint_fast8_t) |
Referenced by NutRegisterOwiBus_BB(), NutRegisterOwiBus_Uart(), OwiReadBlock(), and OwiRomSearch().
| int(* _NUTOWIBUS::OwiWriteBlock)(NUTOWIBUS *bus, uint8_t *data, uint_fast8_t) |
Referenced by NutRegisterOwiBus_BB(), NutRegisterOwiBus_Uart(), OwiCommand(), OwiRomSearch(), OwiSetMode(), and OwiWriteBlock().