Home
last modified time | relevance | path

Searched full:sync (Results 1 – 5 of 5) sorted by relevance

/nrf_hw_models-3.5.0/.github/workflows/
Dbuild.yml36 python3 ./repo sync -c
/nrf_hw_models-3.5.0/src/HW_models/
DNHW_RADIO_utils.c242 …pre_trunc = 0; //The modem can lose a lot of preamble and sync (~7us), we leave it as 0 by now to … in nhwra_prep_rx_request()
243 …sync_threshold = 2; //(<) we tolerate less than 2 errors in the preamble and sync word together (o… in nhwra_prep_rx_request()
250 …pre_trunc = 0; //The modem can lose a lot of preamble and sync (~7us), we leave it as 0 by now to … in nhwra_prep_rx_request()
259 …pre_trunc = 104; //The modem seems to be able to sync with just 3 sybmols of the preamble == lossi… in nhwra_prep_rx_request()
481 * Omitting the preamble and address/sync flag
DNHW_RADIO_signals.c69 NHW_CHECK_INTERRUPT_si(RADIO, SYNC, RADIO_INTEN) in nhw_RADIO_eval_interrupt()
104 NHW_SIGNAL_EVENT_si(RADIO, SYNC) in NHW_SIDEEFFECTS_EVENTS()
DNHW_RADIO.c134 …* For an Rx it is marginally more complex, as we not only receive the end (either no sync, or cr…
887 …_dev_time_from_phy(rx_status.rx_resp.rx_time_stamp); //this is the end of the sync word in air time in handle_Rx_response()
DNRF5340_peri_types.h2212 …SYNC; /*!< (@ 0x000001E8) Publish configuration for event SYNC
3053 /* Description: Publish configuration for event SYNC */
3061 /* Bits 7..0 : DPPI channel that event SYNC will publish to. */
3225 /* Bit 26 : Write '1' to enable interrupt for event SYNC */
3226 #define RADIO_INTENSET_SYNC_Pos (26UL) /*!< Position of SYNC field. */
3227 #define RADIO_INTENSET_SYNC_Msk (0x1UL << RADIO_INTENSET_SYNC_Pos) /*!< Bit mask of SYNC field. */
3396 /* Bit 26 : Write '1' to disable interrupt for event SYNC */
3397 #define RADIO_INTENCLR_SYNC_Pos (26UL) /*!< Position of SYNC field. */
3398 #define RADIO_INTENCLR_SYNC_Msk (0x1UL << RADIO_INTENCLR_SYNC_Pos) /*!< Bit mask of SYNC field. */