ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_wifi_c6link.h
Go to the documentation of this file.
1
49
50#pragma once
51
52#ifdef __cplusplus
53extern "C" {
54#endif
55
56#include <stdint.h>
57
58#include "ra8_c6link.h"
59#include "ra8_err.h"
60#include "ra8_wifi.h"
61
97
130
174 const ra8_wifi_c6link_cfg_t* cfg,
175 ra8_wifi_cfg_t* out_wcfg);
176
194
195#ifdef __cplusplus
196}
197#endif
Error Code Definitions for ra8-firmware.
ra8_err_codes_t ra8_err_t
Canonical error-return type used by every ra8-firmware API.
Definition ra8_err.h:546
A small, uniform Wi-Fi facade: init, connect, get an IP, disconnect.
struct ra8_wifi_backend ra8_wifi_backend_t
One radio's implementation of the operations this facade dispatches.
Definition ra8_wifi.h:342
struct ra8_wifi_cfg ra8_wifi_cfg_t