| 
    libflame
    12600
    
   
   | 
  
  
  
 
Functions | |
| FLA_Error | FLA_Obj_create_buffer_task (dim_t rs, dim_t cs, FLA_Obj obj, void *cntl) | 
| FLA_Error FLA_Obj_create_buffer_task | ( | dim_t | rs, | 
| dim_t | cs, | ||
| FLA_Obj | obj, | ||
| void * | cntl | ||
| ) | 
References FLA_Obj_create_buffer(), FLA_Set(), and FLA_ZERO.
Referenced by FLASH_Queue_exec_task().
{
  FLA_Error r_val;
  r_val = FLA_Obj_create_buffer( rs, cs, &obj );
  FLA_Set( FLA_ZERO, obj );
  return r_val;
}
 1.7.6.1