word_t(* read_word_t)(void *, address_word_t)
Definition type_func_p.h:6
void(* write_byte_t)(void *, address_byte_t, byte_t)
Definition type_func_p.h:5
void(* write_word_t)(void *, address_word_t, word_t)
Definition type_func_p.h:7
byte_t(* read_byte_t)(void *, address_byte_t)
Definition type_func_p.h:4
unsigned int address_byte_t
Definition types.h:12
unsigned char byte_t
Definition types.h:6
unsigned short int word_t
Definition types.h:7
unsigned int address_word_t
Definition types.h:11