This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf52810 Whether to support macro definitions NRF52_SERIES ?

Try adding PA rfx66 to the device nrf52810:

#if defined(NRF52_SERIES) || defined(__SDK_DOXYGEN__)
/**
* @brief Set up external front end control.
*
* @param p_pa_lna_cfg Pointer to the configuration struct.
*/
bool nrf_gzll_set_pa_lna_cfg(nrf_gzll_pa_lna_cfg_t const * p_pa_lna_cfg);
#endif

Is this function supported?

Parents Reply Children
No Data
Related