apc067 commented on code in PR #3321: URL: https://github.com/apache/mynewt-core/pull/3321#discussion_r1821535863
########## 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: OK, I see... looks like the design doc was fashioned into the actual datasheet. Comment updated. -- 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: notifications-unsubscr...@mynewt.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org