c8800retro 2.0.0.0
|
This file contains API for 8800 Retro Click Driver. More...
#include "drv_digital_out.h"
#include "drv_digital_in.h"
#include "drv_i2c_master.h"
Go to the source code of this file.
Data Structures | |
struct | c8800retro_t |
8800 Retro Click context object. More... | |
struct | c8800retro_cfg_t |
8800 Retro Click configuration object. More... | |
Enumerations | |
enum | c8800retro_return_value_t { C8800RETRO_OK = 0 , C8800RETRO_ERROR = -1 } |
8800 Retro Click return value data. More... | |
Functions | |
void | c8800retro_cfg_setup (c8800retro_cfg_t *cfg) |
8800 Retro configuration object setup function. | |
err_t | c8800retro_init (c8800retro_t *ctx, c8800retro_cfg_t *cfg) |
8800 Retro initialization function. | |
err_t | c8800retro_default_cfg (c8800retro_t *ctx) |
8800 Retro default configuration function. | |
err_t | c8800retro_write_reg (c8800retro_t *ctx, uint8_t reg, uint8_t data_in) |
8800 Retro write register function. | |
err_t | c8800retro_read_reg (c8800retro_t *ctx, uint8_t reg, uint8_t *data_out, uint8_t len) |
8800 Retro read register function. | |
err_t | c8800retro_clear_display (c8800retro_t *ctx) |
8800 Retro clear display function. | |
err_t | c8800retro_display_char (c8800retro_t *ctx, uint8_t char_index) |
8800 Retro display char function. | |
err_t | c8800retro_display_image (c8800retro_t *ctx, uint8_t *p_image) |
8800 Retro display image function. | |
err_t | c8800retro_display_string (c8800retro_t *ctx, uint8_t scroll_mode, uint16_t scroll_speed_ms, uint8_t *text) |
8800 Retro display string function. | |
uint8_t | c8800retro_get_int_pin (c8800retro_t *ctx) |
8800 Retro get int pin function. | |
err_t | c8800retro_clear_interrupt (c8800retro_t *ctx) |
8800 Retro clear interrupt function. | |
err_t | c8800retro_get_keypad (c8800retro_t *ctx, uint16_t *keypad) |
8800 Retro get keypad function. | |
This file contains API for 8800 Retro Click Driver.