You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/11/03 03:46:14 UTC

[GitHub] wes3 opened a new pull request #1503: hw/mcu/nordic: Add hfxo request/release API

wes3 opened a new pull request #1503: hw/mcu/nordic: Add hfxo request/release API
URL: https://github.com/apache/mynewt-core/pull/1503
 
 
   This commit adds API so that an application can request the
   hfxo and release it. Requesting the hfxo will turn on the hfxo
   if it is not already on. Releasing the hfxo will turn it off if
   it is not already off. The implementation includes a one byte
   reference counter. Each request must have a corresponding release
   or the hfxo will always be on. A release without a request is
   an error. Note that the API does not wait for any crystal
   settling time nor does it check to see if the hfxo actually
   turned on.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services