nrfx 2.5
Data Fields
nrf_radio_cteinline_conf_t Struct Reference

Configuration for CTE inline mode. More...

#include <nrf_radio.h>

Data Fields

bool enable
 
bool info_in_s1
 
bool err_handling
 
nrf_radio_cteinline_time_range_t time_range
 
nrf_radio_cteinline_rx_mode_t rx1us
 
nrf_radio_cteinline_rx_mode_t rx2us
 
uint8_t s0_pattern
 
uint8_t s0_mask
 

Detailed Description

Configuration for CTE inline mode.

Field Documentation

◆ enable

bool nrf_radio_cteinline_conf_t::enable

Enable or disable parsing of CTEInfo from received packet.

◆ err_handling

bool nrf_radio_cteinline_conf_t::err_handling

Enable or disable switching and sampling when CRC is not OK.

◆ info_in_s1

bool nrf_radio_cteinline_conf_t::info_in_s1

Indicates whether CTEInfo is in S1 byte or not.

◆ rx1us

nrf_radio_cteinline_rx_mode_t nrf_radio_cteinline_conf_t::rx1us

Spacing between samples during switching period for AoD 1 us.

◆ rx2us

nrf_radio_cteinline_rx_mode_t nrf_radio_cteinline_conf_t::rx2us

Spacing between samples during switching period for AoD 2 us or AoA 4 us.

◆ s0_mask

uint8_t nrf_radio_cteinline_conf_t::s0_mask

S0 bit mask to set which bit to match.

◆ s0_pattern

uint8_t nrf_radio_cteinline_conf_t::s0_pattern

S0 bit pattern to match.

◆ time_range

nrf_radio_cteinline_time_range_t nrf_radio_cteinline_conf_t::time_range

Maximum range of CTE time.


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

Documentation feedback | Developer Zone | Subscribe | Updated