This file provides a set of functions needed to drive the otm8009a IC display driver. More...
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 a set of functions needed to drive the otm8009a IC display driver.
int32_t otm8009a_read_reg | ( | otm8009a_ctx_t * | ctx, |
uint16_t | reg, | ||
uint8_t * | pdata, | ||
uint16_t | length | ||
) |
Definition at line 58 of file otm8009a_reg.c.
int32_t otm8009a_write_reg | ( | otm8009a_ctx_t * | ctx, |
uint16_t | reg, | ||
const uint8_t * | pdata, | ||
uint16_t | length | ||
) |
Definition at line 70 of file otm8009a_reg.c.