apc067 commented on code in PR #3321:
URL: https://github.com/apache/mynewt-core/pull/3321#discussion_r1821571804
##########
hw/mcu/dialog/da1469x/src/da1469x_clock.c:
##########
@@ -547,6 +556,21 @@ da1469x_clock_lp_freq_get(void)
#endif
}
+static void
+da1469x_clock_lp_set_rtc_divs(void)
+{
+ /* Please see section 2.20.4 for details */
Review Comment:
Actually, the Lithium Design Doc is specific to our version of the MCU -
however, the features mynewt-core covers apply to DA1469x, so referencing that
datasheet is indeed more appropriate.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]