|
int | max14916_ch_get (struct max149x6_desc *desc, uint32_t ch, uint32_t *val) |
| Read the high-side state of a channel's switch. More...
|
|
int | max14916_ch_set (struct max149x6_desc *desc, uint32_t ch, uint32_t val) |
| Write the (logic) state of a channel (on/off). More...
|
|
int | max14916_sled_set (struct max149x6_desc *desc, uint32_t ch, enum max14916_sled_state state) |
| Read an output channel's current limit. More...
|
|
int | max14916_fled_time_set (struct max149x6_desc *desc, enum max14916_fled_time fled_time) |
| Set FLEDs minimum on-time to requested value. More...
|
|
int | max14916_set_wd (struct max149x6_desc *desc, enum max14916_wd wd) |
| Set watchdog timeout in the config2 register. More...
|
|
int | max14916_set_ow_off (struct max149x6_desc *desc, enum max14916_ow_off_cs ow_off_cs) |
| Set current magnitude for the ow off in the config2 register. More...
|
|
int | max14916_set_sht_vdd_thr (struct max149x6_desc *desc, enum max14916_sht_vdd_thr sht_vdd_thr) |
| Set short to vdd threshold in the config2 register. More...
|
|
int | max14916_init (struct max149x6_desc **desc, struct max149x6_init_param *param) |
| Initialize and configure the MAX14916 device. More...
|
|
int | max14916_remove (struct max149x6_desc *desc) |
| Free the resources allocated during init. More...
|
|
Source file of MAX14916 Driver.
- Author
- Radu Sabau (radu..nosp@m.saba.nosp@m.u@ana.nosp@m.log..nosp@m.com)
Copyright 2023(c) Analog Devices, Inc.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
- Neither the name of Analog Devices, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY ANALOG DEVICES, INC. “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANALOG DEVICES, INC. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 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.