Searched refs:tINT_CMD_CBACK (Results 1 – 2 of 2) sorted by relevance
300 typedef void (*tINT_CMD_CBACK)(void *p_mem); typedef317 typedef uint8_t (*cmd_xmit_cb)(uint16_t opcode, void *p_buf, tINT_CMD_CBACK p_cback);
170 ((tINT_CMD_CBACK)context)(response); in transmit_completed_callback()178 static uint8_t transmit_cb(UNUSED_ATTR uint16_t opcode, void *buffer, tINT_CMD_CBACK callback) { in transmit_cb()