void USB_LOGGING_DSP_Drv_Create_ISR(void)
{
	/*MDCI init*/
	mdci_init(MDCI_USBLOG_CHANNEL_D2M, mdci_dsplogging_d2m_cb);
}
Ejemplo n.º 2
0
/*************************************************************************
* FUNCTION
*  void mdci_init_handshake_phase2
*
* DESCRIPTION
*  This function .
*
* PARAMETERS
*  channel    -    			logical channel
*  *   
* RETURNS
*  The address of the share memory of the input logical channel
*
*************************************************************************/
void mdci_init_handshake_phase2(kal_uint16 _boot_mode) 
{	   
    mdci_init(MDCI_CONTROL_CHANNEL_M2D,mdci_control_m2d_cb);
    mdci_init(MDCI_CONTROL_CHANNEL_D2M,mdci_control_d2m_cb);
}