|
|
@@ -79,10 +79,8 @@ typedef struct {
|
|
|
void (* _dport_access_stall_other_cpu_end_wrap)(void);
|
|
|
int32_t (* _phy_rf_deinit)(uint32_t module);
|
|
|
void (* _phy_load_cal_and_init)(uint32_t module);
|
|
|
-#if CONFIG_IDF_TARGET_ESP32
|
|
|
void (* _phy_common_clock_enable)(void);
|
|
|
void (* _phy_common_clock_disable)(void);
|
|
|
-#endif
|
|
|
int32_t (* _read_mac)(uint8_t* mac, uint32_t type);
|
|
|
void (* _timer_arm)(void *timer, uint32_t tmout, bool repeat);
|
|
|
void (* _timer_disarm)(void *timer);
|
|
|
@@ -107,9 +105,6 @@ typedef struct {
|
|
|
int32_t (* _get_random)(uint8_t *buf, size_t len);
|
|
|
int32_t (* _get_time)(void *t);
|
|
|
unsigned long (* _random)(void);
|
|
|
-#if CONFIG_IDF_TARGET_ESP32S2BETA
|
|
|
- uint32_t (* _slowclk_cal_get)(void);
|
|
|
-#endif
|
|
|
void (* _log_write)(uint32_t level, const char* tag, const char* format, ...);
|
|
|
void (* _log_writev)(uint32_t level, const char* tag, const char* format, va_list args);
|
|
|
uint32_t (* _log_timestamp)(void);
|