mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-25 01:41:43 +00:00
efuse(es32c2): Supports 26MHz XTAL
This commit is contained in:

committed by
Michael (XIAO Xufeng)

parent
0d5f3081ac
commit
f2adee8b28
@@ -19,7 +19,7 @@ extern "C" {
|
||||
/**
|
||||
* @brief set eFuse timings
|
||||
*
|
||||
* @param apb_freq_hz APB frequency in Hz
|
||||
* @param apb_freq_hz APB frequency in Hz (not used, kept for API compatibility)
|
||||
*/
|
||||
void efuse_hal_set_timing(uint32_t apb_freq_hz);
|
||||
|
||||
|
@@ -120,6 +120,10 @@ __attribute__((always_inline)) static inline void efuse_ll_set_pwr_off_num(uint1
|
||||
EFUSE.wr_tim_conf2.pwr_off_num = value;
|
||||
}
|
||||
|
||||
__attribute__((always_inline)) static inline void efuse_ll_set_tpgm_inactive(uint8_t value)
|
||||
{
|
||||
EFUSE.wr_tim_conf0.tpgm_inactive = value;
|
||||
}
|
||||
/******************* eFuse control functions *************************/
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Reference in New Issue
Block a user