Home
last modified time | relevance | path

Searched refs:sample_offset (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_df.c261 uint16_t sample_offset; in radio_df_ctrl_set() local
285 sample_offset = CONFIG_BT_CTLR_DF_SAMPLE_OFFSET_PHY_1M_SAMPLING_1US; in radio_df_ctrl_set()
287 sample_offset = CONFIG_BT_CTLR_DF_SAMPLE_OFFSET_PHY_1M_SAMPLING_2US; in radio_df_ctrl_set()
289 sample_offset = 0; in radio_df_ctrl_set()
294 sample_offset = CONFIG_BT_CTLR_DF_SAMPLE_OFFSET_PHY_2M_SAMPLING_1US; in radio_df_ctrl_set()
296 sample_offset = CONFIG_BT_CTLR_DF_SAMPLE_OFFSET_PHY_2M_SAMPLING_2US; in radio_df_ctrl_set()
298 sample_offset = 0; in radio_df_ctrl_set()
306 sample_offset = 0; in radio_df_ctrl_set()
309 conf = ((((uint32_t)sample_offset << RADIO_DFECTRL2_TSAMPLEOFFSET_Pos) & in radio_df_ctrl_set()