Skip to content

Commit

Permalink
added declaration for PalBbIsEnabled
Browse files Browse the repository at this point in the history
  • Loading branch information
EricB-ADI committed Nov 4, 2024
1 parent 0f2ade3 commit 409ddd9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Libraries/Cordio/platform/include/pal_bb.h
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,17 @@ void PalBbLoadCfg(PalBbCfg_t *pCfg);
/*************************************************************************************************/
uint32_t PalBbGetCurrentTime(void);

/*************************************************************************************************/
/*!
* \brief Get the current BB clock value in microseconds.
*
* \return true is BB is enabled
*
* Checks to see if BB is enabled.
*/
/*************************************************************************************************/
bool PalBbIsEnabled(void);

/*************************************************************************************************/
/*!
* \brief Get the current FRC time.
Expand Down

0 comments on commit 409ddd9

Please sign in to comment.