Searched refs:shell_dev_ipc_t (Results 1 – 2 of 2) sorted by relevance
87 } shell_dev_ipc_t; typedef93 bool_t (*init)(shell_dev_ipc_t * dev_ipc);94 bool_t (*open)(shell_dev_ipc_t * dev_ipc, shell_ipc_rx_t rx_callback);95 u16 (*read)(shell_dev_ipc_t * dev_ipc, u8 * pBuf, u16 BufLen);96 u16 (*write_sync)(shell_dev_ipc_t * dev_ipc, u8 * pBuf, u16 BufLen);97 bool_t (*io_ctrl)(shell_dev_ipc_t * dev_ipc, u8 cmd, void * param);98 bool_t (*close)(shell_dev_ipc_t * dev_ipc);132 extern shell_dev_ipc_t shell_dev_ipc;
199 static shell_dev_ipc_t * ipc_dev = &shell_dev_ipc;