LibDriver JED1XX
Loading...
Searching...
No Matches
jed1xx_handle_s Struct Reference

jed1xx handle structure definition More...

#include <driver_jed1xx.h>

Data Fields

uint8_t(* iic_init )(void)
uint8_t(* iic_deinit )(void)
uint8_t(* iic_read )(uint8_t addr, uint8_t reg, uint8_t *buf, uint16_t len)
uint8_t(* iic_write )(uint8_t addr, uint8_t reg, uint8_t *buf, uint16_t len)
void(* delay_ms )(uint32_t ms)
void(* debug_print )(const char *const fmt,...)
uint8_t inited
uint32_t type

Detailed Description

jed1xx handle structure definition

Definition at line 83 of file driver_jed1xx.h.

Field Documentation

◆ debug_print

void(* debug_print) (const char *const fmt,...)

point to a debug_print function address

Definition at line 90 of file driver_jed1xx.h.

◆ delay_ms

void(* delay_ms) (uint32_t ms)

point to a delay_ms function address

Definition at line 89 of file driver_jed1xx.h.

◆ iic_deinit

uint8_t(* iic_deinit) (void)

point to an iic_deinit function address

Definition at line 86 of file driver_jed1xx.h.

◆ iic_init

uint8_t(* iic_init) (void)

point to an iic_init function address

Definition at line 85 of file driver_jed1xx.h.

◆ iic_read

uint8_t(* iic_read) (uint8_t addr, uint8_t reg, uint8_t *buf, uint16_t len)

point to an iic_read function address

Definition at line 87 of file driver_jed1xx.h.

◆ iic_write

uint8_t(* iic_write) (uint8_t addr, uint8_t reg, uint8_t *buf, uint16_t len)

point to an iic_write function address

Definition at line 88 of file driver_jed1xx.h.

◆ inited

uint8_t inited

inited flag

Definition at line 91 of file driver_jed1xx.h.

◆ type

uint32_t type

type

Definition at line 92 of file driver_jed1xx.h.


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