This file provides generic register APIs to read/write the OTM8009A controller's registers. More...
#include "otm8009a_reg.h"
Go to the source code of this file.
Functions | |
int32_t | otm8009a_read_reg (otm8009a_ctx_t *ctx, uint16_t reg, uint8_t *pdata, uint16_t length) |
int32_t | otm8009a_write_reg (otm8009a_ctx_t *ctx, uint16_t reg, const uint8_t *pdata, uint16_t length) |
This file provides generic register APIs to read/write the OTM8009A controller's registers.
This software component is licensed by ST under BSD 3-Clause license, the "License"; You may not use this file except in compliance with the License. You may obtain a copy of the License at: opensource.org/licenses/BSD-3-Clause
Definition in file otm8009a_reg.c.