MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / rt_event_recv

Function rt_event_recv

src/ipc.c:2225–2232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2223}
2224
2225rt_err_t rt_event_recv(rt_event_t event,
2226 rt_uint32_t set,
2227 rt_uint8_t option,
2228 rt_int32_t timeout,
2229 rt_uint32_t *recved)
2230{
2231 return _rt_event_recv(event, set, option, timeout, recved, RT_UNINTERRUPTIBLE);
2232}
2233RTM_EXPORT(rt_event_recv);
2234
2235rt_err_t rt_event_recv_interruptible(rt_event_t event,

Callers 15

_vcom_rb_block_putFunction · 0.85
vcom_tx_thread_entryFunction · 0.85
speaker_entryFunction · 0.85
mic_entryFunction · 0.85
sys_event_recvFunction · 0.85
enc28j60_txFunction · 0.85
rt_wlan_complete_waitFunction · 0.85
rt_alarmsvc_thread_initFunction · 0.85
rt_vbus_listen_onFunction · 0.85
rt_link_threadFunction · 0.85
rt_link_sendFunction · 0.85

Calls 1

_rt_event_recvFunction · 0.85

Tested by 13

test_callback_operationFunction · 0.68
test_pdma_txFunction · 0.68
test_pdma_rxFunction · 0.68
sys_run_dirFunction · 0.68
gpio_output_testFunction · 0.68
gpio_input_testFunction · 0.68
sys_run_dirFunction · 0.68
gpio_output_testFunction · 0.68
gpio_input_testFunction · 0.68
sys_run_dirFunction · 0.68
gpio_output_testFunction · 0.68
gpio_input_testFunction · 0.68