ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
esp_mac.h
Go to the documentation of this file.
1
24
25#pragma once
26
27#include <stdint.h>
28
51typedef enum : uint8_t {
52 // NOLINTBEGIN(readability-identifier-naming) -- ESP-IDF-fixed spellings.
62 // NOLINTEND(readability-identifier-naming)
esp_mac_type_t
Which of the co-processor's MAC addresses an operation refers to.
Definition esp_mac.h:51
@ ESP_MAC_IEEE802154
802.15.4 radio, an EUI-64.
Definition esp_mac.h:57
@ ESP_MAC_ETH
Wired Ethernet interface.
Definition esp_mac.h:56
@ ESP_MAC_EFUSE_FACTORY
Factory-programmed address.
Definition esp_mac.h:59
@ ESP_MAC_EFUSE_CUSTOM
Customer-programmed address.
Definition esp_mac.h:60
@ ESP_MAC_WIFI_STA
Wi-Fi station interface.
Definition esp_mac.h:53
@ ESP_MAC_BASE
The efuse base address.
Definition esp_mac.h:58
@ ESP_MAC_WIFI_SOFTAP
Wi-Fi soft access-point interface.
Definition esp_mac.h:54
@ ESP_MAC_EFUSE_EXT
Extension address block.
Definition esp_mac.h:61
@ ESP_MAC_BT
Bluetooth interface.
Definition esp_mac.h:55