Platform drivers for Mbed.

Dependents:   EVAL-CN0535-FMCZ EVAL-CN0535-FMCZ EVAL-AD568x-AD569x EVAL-AD7606 ... more

Embed: (wiki syntax)

« Back to documentation index

aout_platform_ops Struct Reference

aout_platform_ops Struct Reference

Structure holding analog output function pointers that point to the platform specific function. More...

#include <aout.h>

Data Fields

int32_t(* init )(struct aout_desc **, const struct aout_init_param *)
 Analog output initialization function pointer.
int32_t(* write )(struct aout_desc *, float)
 Analog output write function pointer.
int32_t(* remove )(struct aout_desc *)
 Analog output remove function pointer.

Detailed Description

Structure holding analog output function pointers that point to the platform specific function.

Definition at line 70 of file aout.h.


Field Documentation

int32_t(* init)(struct aout_desc **, const struct aout_init_param *)

Analog output initialization function pointer.

Definition at line 72 of file aout.h.

int32_t(* remove)(struct aout_desc *)

Analog output remove function pointer.

Definition at line 76 of file aout.h.

int32_t(* write)(struct aout_desc *, float)

Analog output write function pointer.

Definition at line 74 of file aout.h.