no-OS
Classes | Functions
no_os_aout.h File Reference
#include <stdint.h>
Include dependency graph for no_os_aout.h:

Go to the source code of this file.

Classes

struct  no_os_aout_init_param
 
struct  no_os_aout_desc
 

Functions

int32_t no_os_aout_set_voltage (struct no_os_aout_desc *desc, float value)
 
int32_t no_so_aout_init (struct no_os_aout_desc **desc, const struct no_os_aout_init_param *param)
 
int32_t no_os_aout_remove (struct no_os_aout_desc *desc)
 

Detailed Description

Author
PMallick (Praty.nosp@m.ush..nosp@m.Malli.nosp@m.ck@a.nosp@m.nalog.nosp@m..com)

Copyright (c) 2021-22 Analog Devices, Inc. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

THIS SOFTWARE IS PROVIDED BY ANALOG DEVICES "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANALOG DEVICES BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, INTELLECTUAL PROPERTY RIGHTS, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Function Documentation

◆ no_os_aout_remove()

int32_t no_os_aout_remove ( struct no_os_aout_desc desc)

◆ no_os_aout_set_voltage()

int32_t no_os_aout_set_voltage ( struct no_os_aout_desc desc,
float  value 
)

◆ no_so_aout_init()

int32_t no_so_aout_init ( struct no_os_aout_desc **  desc,
const struct no_os_aout_init_param param 
)