alphanumr 2.0.0.0
|
This file contains API for AlphaNum R Click Driver. More...
#include "drv_digital_out.h"
#include "drv_digital_in.h"
#include "drv_spi_master.h"
Go to the source code of this file.
Data Structures | |
struct | alphanumr_t |
AlphaNum R Click context object. More... | |
struct | alphanumr_cfg_t |
AlphaNum R Click configuration object. More... | |
Macros | |
#define | ALPHANUMR_MAP_MIKROBUS(cfg, mikrobus) |
MikroBUS pin mapping. | |
Enumerations | |
enum | alphanumr_return_value_t { ALPHANUMR_OK = 0 , ALPHANUMR_ERROR = -1 } |
AlphaNum R Click return value data. More... | |
Functions | |
void | alphanumr_cfg_setup (alphanumr_cfg_t *cfg) |
AlphaNum R configuration object setup function. | |
err_t | alphanumr_init (alphanumr_t *ctx, alphanumr_cfg_t *cfg) |
AlphaNum R initialization function. | |
void | alphanumr_set_display_interval (alphanumr_t *ctx, uint16_t delay_char_display) |
Delay character display function. | |
void | alphanumr_display_write (alphanumr_t *ctx, uint16_t left_char, uint16_t right_char) |
Display write function. | |
void | alphanumr_write_character (alphanumr_t *ctx, uint8_t left_char, uint8_t right_char) |
Character write function. | |
void | alphanumr_write_number (alphanumr_t *ctx, uint8_t left_char, uint8_t right_char) |
Number write function. | |
void | alphanumr_set_rst_high (alphanumr_t *ctx) |
Reset set high function. | |
void | alphanumr_set_rst_low (alphanumr_t *ctx) |
Reset set low function. | |
void | alphanumr_set_pwm_high (alphanumr_t *ctx) |
PWM set high function. | |
void | alphanumr_set_pwm_low (alphanumr_t *ctx) |
PWM set low function. | |
void | alphanumr_set_int_high (alphanumr_t *ctx) |
Interrupt set high function. | |
void | alphanumr_set_int_low (alphanumr_t *ctx) |
Interrupt set low function. | |
This file contains API for AlphaNum R Click Driver.