wifi9 2.0.0.0
|
This file contains API for Wifi 9 Click driver. More...
#include "drv_digital_out.h"
#include "drv_digital_in.h"
#include "drv_uart.h"
Go to the source code of this file.
Data Structures | |
struct | wifi9_t |
Click ctx object definition. More... | |
struct | wifi9_cfg_t |
Click configuration structure definition. More... | |
Functions | |
void | wifi9_cfg_setup (wifi9_cfg_t *cfg) |
Config Object Initialization function. | |
err_t | wifi9_init (wifi9_t *ctx, wifi9_cfg_t *cfg) |
Initialization function. | |
void | wifi9_reset_device (wifi9_t *ctx) |
Module reset. | |
void | wifi9_set_rst_pin (wifi9_t *ctx, uint8_t state) |
Set RST pin state. | |
void | wifi9_set_rts_pin (wifi9_t *ctx, uint8_t state) |
Set RTS pin state. | |
void | wifi9_select_uart (wifi9_t *ctx, uint8_t uart_select) |
Switch to a command or binary uart. | |
uint8_t | wifi9_get_mcr_pin (wifi9_t *ctx) |
Get MCR pin state. | |
uint8_t | wifi9_get_cts_pin (wifi9_t *ctx) |
Get CTS pin state. | |
void | wifi9_generic_write (wifi9_t *ctx, uint8_t *data_buf, uint16_t len) |
Generic write function. | |
int32_t | wifi9_generic_read (wifi9_t *ctx, uint8_t *data_buf, uint16_t max_len) |
Generic read function. | |
void | wifi9_send_command (wifi9_t *ctx, uint8_t *command) |
Send Command function. | |
This file contains API for Wifi 9 Click driver.