xtensa_tie_lookup 5 Model-to-Simulator Interfaces
API Reference Manual  /  4 Model-to-Model Interfaces  / 

xtensa_tie_output_queue

Description
The output_queue allows the Xtensa to push data on a queue which the device needs to implement.

With the full method the Xtensa CPU might ask if the queue is currently full or not.

To data method is used to push data on the output queue of the device. out_data is a pointer to the pushed data and bit_width how many bits that is pushed on the queue. If reserve_only is true, no data is present but the device should just allocate space for the data.

Execution Context
Cell Context for all methods.

xtensa_tie_lookup 5 Model-to-Simulator Interfaces