macaddress 2.0.0.0
|
This file contains API for MAC Address 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 | macaddress_t |
struct | macaddress_cfg_t |
Click configuration structure definition. More... | |
Macros | |
#define | MACADDRESS_MAP_MIKROBUS(cfg, mikrobus) |
#define | MACADDRESS_RETVAL uint8_t |
#define | MACADDRESS_OK 0x00 |
#define | MACADDRESS_INIT_ERROR 0xFF |
#define | MACADDRESS_I2C_ADDRESS_0 0x50 |
#define | MACADDRESS_I2C_ADDRESS_1 0x51 |
#define | MACADDRESS_I2C_ADDRESS_2 0x52 |
#define | MACADDRESS_I2C_ADDRESS_3 0x53 |
#define | MACADDRESS_END_ADDR 0x80 |
#define | MACADDRESS_MAC_ADDR 0xF8 |
#define | MACADDRESS_OK 0x00 |
#define | MACADDRESS_PAR_ERR 0x01 |
#define | MACADDRESS_COM_ERR 0x02 |
Functions | |
MACADDRESS_RETVAL | macaddress_init (macaddress_t *ctx, macaddress_cfg_t *cfg) |
Initialization function. | |
void | macaddress_cfg_setup (macaddress_cfg_t *cfg) |
Config Object Initialization function. | |
void | macaddress_generic_write (macaddress_t *ctx, uint8_t reg, uint8_t *data_buf, uint8_t len) |
Generic write function. | |
void | macaddress_generic_read (macaddress_t *ctx, uint8_t reg, uint8_t *data_buf, uint8_t len) |
Generic read function. | |
void | macaddress_get_mac (macaddress_t *ctx, uint8_t *read_mac) |
Generic read mac address function. | |
This file contains API for MAC Address Click driver.