13 #if defined(NRF91_PLATFORM) 
   22     const char * at_commands;
 
   24 #elif defined(NRF54_PLATFORM) 
   34     const uint16_t hfxo_int_cap_ff;
 
   42     const uint16_t lfxo_int_cap_ff;
 
   50     const uint32_t override_ficr_info_part;
 
   52 #elif defined(EFR32_PLATFORM) 
   61     const CMU_HFXOInit_TypeDef * hfxoInit;
 
   65     const CMU_LFXOInit_TypeDef * lfxoInit;
 
   72 #if defined(NRF52_PLATFORM) 
   77 #elif defined(NRF54_PLATFORM) 
   81     const platform_nrf54_t * nrf54;
 
   82 #elif defined(NRF91_PLATFORM) 
   87 #elif defined(EFR32_PLATFORM) 
   91     const platform_efr32_t * efr32;