Started to add the RTC calibration trigger function - WIP.
This commit is contained in:
parent
8745170092
commit
6b24947f04
@ -146,6 +146,16 @@ 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);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Starts the internal 32K oscillator calibration cycle.
|
||||||
|
*
|
||||||
|
* @param None
|
||||||
|
*
|
||||||
|
* @return None
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
void tls_pmu_clk_calibrate(void);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief This function is used to start pmu timer0
|
* @brief This function is used to start pmu timer0
|
||||||
|
Loading…
Reference in New Issue
Block a user