Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
fake_can_send_Fake Struct Reference

#include <can_fake.h>

Data Fields

const struct devicearg0_val
 
const struct devicearg0_history [(50u)]
 
const struct can_framearg1_val
 
const struct can_framearg1_history [(50u)]
 
k_timeout_t arg2_val
 
k_timeout_t arg2_history [(50u)]
 
can_tx_callback_t arg3_val
 
can_tx_callback_t arg3_history [(50u)]
 
void * arg4_val
 
void * arg4_history [(50u)]
 
unsigned int call_count
 
unsigned int arg_history_len
 
unsigned int arg_histories_dropped
 
int return_val
 
int return_val_seq_len
 
int return_val_seq_idx
 
int * return_val_seq
 
int return_val_history [(50u)]
 
int custom_fake_seq_len
 
int custom_fake_seq_idx
 
int(* custom_fake )(const struct device *, const struct can_frame *, k_timeout_t, can_tx_callback_t, void *)
 
int(** custom_fake_seq )(const struct device *, const struct can_frame *, k_timeout_t, can_tx_callback_t, void *)
 

Field Documentation

◆ arg0_history

const struct device* fake_can_send_Fake::arg0_history[(50u)]

◆ arg0_val

const struct device* fake_can_send_Fake::arg0_val

◆ arg1_history

const struct can_frame* fake_can_send_Fake::arg1_history[(50u)]

◆ arg1_val

const struct can_frame* fake_can_send_Fake::arg1_val

◆ arg2_history

k_timeout_t fake_can_send_Fake::arg2_history[(50u)]

◆ arg2_val

k_timeout_t fake_can_send_Fake::arg2_val

◆ arg3_history

can_tx_callback_t fake_can_send_Fake::arg3_history[(50u)]

◆ arg3_val

can_tx_callback_t fake_can_send_Fake::arg3_val

◆ arg4_history

void* fake_can_send_Fake::arg4_history[(50u)]

◆ arg4_val

void* fake_can_send_Fake::arg4_val

◆ arg_histories_dropped

unsigned int fake_can_send_Fake::arg_histories_dropped

◆ arg_history_len

unsigned int fake_can_send_Fake::arg_history_len

◆ call_count

unsigned int fake_can_send_Fake::call_count

◆ custom_fake

int(* fake_can_send_Fake::custom_fake) (const struct device *, const struct can_frame *, k_timeout_t, can_tx_callback_t, void *)

◆ custom_fake_seq

int(** fake_can_send_Fake::custom_fake_seq) (const struct device *, const struct can_frame *, k_timeout_t, can_tx_callback_t, void *)

◆ custom_fake_seq_idx

int fake_can_send_Fake::custom_fake_seq_idx

◆ custom_fake_seq_len

int fake_can_send_Fake::custom_fake_seq_len

◆ return_val

int fake_can_send_Fake::return_val

◆ return_val_history

int fake_can_send_Fake::return_val_history[(50u)]

◆ return_val_seq

int* fake_can_send_Fake::return_val_seq

◆ return_val_seq_idx

int fake_can_send_Fake::return_val_seq_idx

◆ return_val_seq_len

int fake_can_send_Fake::return_val_seq_len

The documentation for this struct was generated from the following file: