LibDriver AD9833
Loading...
Searching...
No Matches
ad9833_handle_s Struct Reference

ad9833 handle structure definition More...

#include <driver_ad9833.h>

Data Fields

uint8_t(* spi_init )(void)
uint8_t(* spi_deinit )(void)
uint8_t(* spi_write_cmd )(uint8_t *buf, uint16_t len)
void(* delay_ms )(uint32_t ms)
void(* debug_print )(const char *const fmt,...)
uint8_t inited
uint16_t conf

Detailed Description

ad9833 handle structure definition

Definition at line 92 of file driver_ad9833.h.

Field Documentation

◆ conf

uint16_t conf

conf

Definition at line 100 of file driver_ad9833.h.

◆ debug_print

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

point to a debug_print function address

Definition at line 98 of file driver_ad9833.h.

◆ delay_ms

void(* delay_ms) (uint32_t ms)

point to a delay_ms function address

Definition at line 97 of file driver_ad9833.h.

◆ inited

uint8_t inited

inited flag

Definition at line 99 of file driver_ad9833.h.

◆ spi_deinit

uint8_t(* spi_deinit) (void)

point to an spi_deinit function address

Definition at line 95 of file driver_ad9833.h.

◆ spi_init

uint8_t(* spi_init) (void)

point to an spi_init function address

Definition at line 94 of file driver_ad9833.h.

◆ spi_write_cmd

uint8_t(* spi_write_cmd) (uint8_t *buf, uint16_t len)

point to an spi_write_cmd function address

Definition at line 96 of file driver_ad9833.h.


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