noc_async_read_barrier
- 
void noc_async_read_barrier(uint8_t noc = noc_index)
 
- 
This blocking call waits for all the outstanding enqueued noc_async_read calls issued on the current Tensix core to complete. After returning from this call the noc_async_read queue will be empty for the current Tensix core. Return value: None Argument Description Type Valid Range Required noc Which NOC to query on uint8_t 0 or 1 False