Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 *) |
Generated on Fri Jul 15 2022 08:04:32 by
