Minor miscellaneous changes
This commit is contained in:
parent
e47498b8bd
commit
ed930d1eae
@ -146,6 +146,7 @@ void tls_pmu_sdio_isr_register(tls_pmu_irq_callback callback, void *arg);
|
|||||||
*/
|
*/
|
||||||
void tls_pmu_clk_select(u8 bypass);
|
void tls_pmu_clk_select(u8 bypass);
|
||||||
|
|
||||||
|
/** NOT PART OF THE OFFICIAL SDK **/
|
||||||
/**
|
/**
|
||||||
* @brief Starts the internal 32K oscillator calibration cycle.
|
* @brief Starts the internal 32K oscillator calibration cycle.
|
||||||
*
|
*
|
||||||
@ -155,6 +156,7 @@ void tls_pmu_clk_select(u8 bypass);
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
void tls_pmu_clk_calibrate(void);
|
void tls_pmu_clk_calibrate(void);
|
||||||
|
/**********************************/
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -59,7 +59,6 @@ void tls_set_rtc(struct tm *tblock);
|
|||||||
void tls_get_rtc(struct tm *tblock);
|
void tls_get_rtc(struct tm *tblock);
|
||||||
|
|
||||||
/** NOT PART OF THE OFFICIAL SDK **/
|
/** NOT PART OF THE OFFICIAL SDK **/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Checks if the RTC peripheral is running or not
|
* @brief Checks if the RTC peripheral is running or not
|
||||||
*
|
*
|
||||||
@ -67,7 +66,6 @@ void tls_get_rtc(struct tm *tblock);
|
|||||||
* @return false
|
* @return false
|
||||||
*/
|
*/
|
||||||
bool tls_is_rtc_running(void);
|
bool tls_is_rtc_running(void);
|
||||||
|
|
||||||
/**********************************/
|
/**********************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user