nrfxlib API 3.3.99
Loading...
Searching...
No Matches
nrf_modem_dect_phy_latency_info Struct Reference

DECT PHY latency information. More...

#include <nrf_modem_dect_phy.h>

Data Fields

struct { 
 
   uint32_t   scheduled_operation_transition 
 Scheduled operation transition delay. More...
 
   uint32_t   scheduled_operation_startup 
 Additional delay for scheduled operations. More...
 
   uint32_t   radio_mode_transition [NRF_MODEM_DECT_PHY_RADIO_MODE_COUNT
 Delay in transitioning from one radio mode to another. More...
 
radio_mode [NRF_MODEM_DECT_PHY_RADIO_MODE_COUNT
 Radio mode specific latencies.
 
struct { 
 
   struct { 
 
      uint32_t   idle_to_active 
 Receive operation start latency (IDLE to RF ON). More...
 
      uint32_t   active_to_idle_rssi 
 RSSI operation end latency (RF OFF to IDLE). More...
 
      uint32_t   active_to_idle_rx 
 RX operation end latency (RF OFF to IDLE). More...
 
      uint32_t   active_to_idle_rx_rssi 
 RX with RSSI operation end latency (RF OFF to IDLE). More...
 
      uint32_t   stop_to_rf_off 
 Operation stop latency (STOP_REQ to RF OFF). More...
 
   }   receive 
 
   struct { 
 
      uint32_t   idle_to_active 
 Transmit operation start latency (IDLE to RF ON). More...
 
      uint32_t   active_to_idle 
 Transmit operation end latency (RF OFF to IDLE). More...
 
   }   transmit 
 
operation 
 Duration of radio state transitions.
 
struct { 
 
   uint32_t   initialization 
 Duration of DECT PHY stack initialization. More...
 
   uint32_t   deinitialization 
 Duration of DECT PHY stack deinitialization. More...
 
   uint32_t   configuration 
 Duration of DECT PHY stack configuration. More...
 
   uint32_t   activation 
 Duration of DECT PHY stack activation. More...
 
   uint32_t   deactivation 
 Duration of DECT PHY stack deactivation. More...
 
stack 
 Duration of DECT PHY stack operations.
 

Detailed Description

DECT PHY latency information.

Includes radio state transition and configuration latencies.


The documentation for this struct was generated from the following file: