Home
last modified time | relevance | path

Searched refs:cb_of_msg_queue (Results 1 – 3 of 3) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/msgbox/msgbox_sx/
A Dhal_msgbox_sx.c153 ch->cb_of_msg_queue = msgbox_send_handler; in msgbox_alloc_channel_sx()
157 ch->cb_of_msg_queue = msgbox_rev_handler; in msgbox_alloc_channel_sx()
174 ch->cb_of_msg_queue = NULL; in msgbox_free_channel_sx()
A Dmsgbox_sx.c196 if ((tbit & status & enable) && h->cb_of_msg_queue) { in msg_irq_handler_sx()
197 h->cb_of_msg_queue(channel, h); in msg_irq_handler_sx()
A Dmsgbox_sx.h28 int (*cb_of_msg_queue)(int queue, void *data); member

Completed in 8 milliseconds