PicoSDK + 0/1 examples
SourceVu will show references to multicore_fifo_rvalid() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Return value

true if the FIFO has data in it, false otherwise

Notes

The inter-core FIFOs are a very precious resource and are frequently used for SDK functionality (e.g. during core 1 launch or by the multicore_lockout functions). Additionally they are often required for the exclusive use of an RTOS (e.g. FreeRTOS SMP). For these reasons it is suggested that you do not use the FIFO for your own purposes unless none of the above concerns apply; the majority of cases for transferring data between cores can be eqaully well handled by using a queue

References

from examples