Searched defs:p_port_cb (Results 1 – 2 of 2) sorted by relevance
362 int PORT_SetEventMaskAndCallback(uint16_t handle, uint32_t mask, tPORT_CALLBACK* p_port_cb) { in PORT_SetEventMaskAndCallback()413 int PORT_SetDataCOCallback(uint16_t handle, tPORT_DATA_CO_CALLBACK* p_port_cb) { in PORT_SetDataCOCallback()
244 tPORT_CALLBACK* p_port_cb = p_port->p_callback; in port_release_port() local