Home
last modified time | relevance | path

Searched full:events_end (Results 1 – 24 of 24) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf51/src/
H A Dble_phy.c469 NRF_AAR->EVENTS_END = 0; in ble_phy_rx_xcvr_setup()
529 NRF_RADIO->EVENTS_END = 0; in ble_phy_tx_end_isr()
587 NRF_RADIO->EVENTS_END = 0; in ble_phy_rx_end_isr()
796 if ((irq_en & RADIO_INTENCLR_END_Msk) && NRF_RADIO->EVENTS_END) { in ble_phy_isr()
879 NRF_AAR->EVENTS_END = 0; in ble_phy_init()
944 NRF_RADIO->EVENTS_END = 0; in ble_phy_rx()
1175 NRF_RADIO->EVENTS_END = 0; in ble_phy_tx()
H A Dble_hw.c478 if (NRF_AAR->EVENTS_END) { in ble_hw_resolv_list_match()
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/src/
H A Dble_phy.c156 /* delay between EVENTS_END and end of txd packet */
160 /* delay between end of rxd packet and EVENTS_END */
780 NRF_AAR->EVENTS_END = 0; in ble_phy_rx_xcvr_setup()
857 NRF_RADIO->EVENTS_END = 0; in ble_phy_tx_end_isr()
955 NRF_RADIO->EVENTS_END = 0; in ble_phy_rx_end_isr()
1240 if ((irq_en & RADIO_INTENCLR_END_Msk) && NRF_RADIO->EVENTS_END) { in ble_phy_isr()
1416 NRF_AAR->EVENTS_END = 0; in ble_phy_init()
1497 NRF_RADIO->EVENTS_END = 0; in ble_phy_rx()
1727 NRF_RADIO->EVENTS_END = 0; in ble_phy_tx()
H A Dble_hw.c488 if (NRF_AAR->EVENTS_END) { in ble_hw_resolv_list_match()
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/
H A Dsyscfg.yml47 on radio EVENTS_END.
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_pdm.h71 …NRF_PDM_EVENT_END = offsetof(NRF_PDM_Type, EVENTS_END) ///< The PDM has writt…
82 NRF_PDM_INT_END = PDM_INTENSET_END_Msk ///< Interrupt on EVENTS_END event.
H A Dnrf_saadc.h187 …NRF_SAADC_EVENT_END = offsetof(NRF_SAADC_Type, EVENTS_END), ///< The ADC has f…
217 …NRF_SAADC_INT_END = SAADC_INTENSET_END_Msk, ///< Interrupt on EVENTS_END event.
H A Dnrf_adc.h123 NRF_ADC_EVENT_END = offsetof(NRF_ADC_Type, EVENTS_END) /**< End of a conversion event. */
H A Dnrf_spis.h73 …NRF_SPIS_EVENT_END = offsetof(NRF_SPIS_Type, EVENTS_END), ///< Granted transaction comple…
H A Dnrf_spim.h93 …NRF_SPIM_EVENT_END = offsetof(NRF_SPIM_Type, EVENTS_END), ///< End of RXD buffer and TXD b…
H A Dnrf_radio.h87 …NRF_RADIO_EVENT_END = offsetof(NRF_RADIO_Type, EVENTS_END), /**< Packet transmitted …
/nrf52832-nimble/nordic/nrfx/mdk/
H A Dnrf52810.h708 …__IOM uint32_t EVENTS_END; /*!< (@ 0x0000010C) Packet sent or received … member
966 …__IOM uint32_t EVENTS_END; /*!< (@ 0x00000118) End of RXD buffer and TXD buffer… member
1009 …__IOM uint32_t EVENTS_END; /*!< (@ 0x00000104) Granted transaction completed … member
1098 …__IOM uint32_t EVENTS_END; /*!< (@ 0x00000104) The ADC has filled up the Result… member
1316 …__IOM uint32_t EVENTS_END; /*!< (@ 0x00000100) Address resolution procedure com… member
1605 …__IOM uint32_t EVENTS_END; /*!< (@ 0x00000108) The PDM has written the last sam… member
H A Dnrf51.h338 …__IOM uint32_t EVENTS_END; /*!< (@ 0x0000010C) End event. … member
561 …__IOM uint32_t EVENTS_END; /*!< (@ 0x00000104) Granted transaction completed. … member
641 …__IOM uint32_t EVENTS_END; /*!< (@ 0x00000100) ADC conversion complete. … member
840 …__IOM uint32_t EVENTS_END; /*!< (@ 0x00000100) Address resolution procedure com… member
H A Dnrf52.h899 …__IOM uint32_t EVENTS_END; /*!< (@ 0x0000010C) Packet sent or received … member
1090 …__IOM uint32_t EVENTS_END; /*!< (@ 0x00000118) End of RXD buffer and TXD buffer… member
1133 …__IOM uint32_t EVENTS_END; /*!< (@ 0x00000104) Granted transaction completed … member
1507 …__IOM uint32_t EVENTS_END; /*!< (@ 0x00000104) The ADC has filled up the Result… member
1763 …__IOM uint32_t EVENTS_END; /*!< (@ 0x00000100) Address resolution procedure com… member
2048 …__IOM uint32_t EVENTS_END; /*!< (@ 0x00000108) The PDM has written the last sam… member
H A Dnrf52840.h1089 …__IOM uint32_t EVENTS_END; /*!< (@ 0x0000010C) Packet sent or received … member
1337 …__IOM uint32_t EVENTS_END; /*!< (@ 0x00000118) End of RXD buffer and TXD buffer… member
1391 …__IOM uint32_t EVENTS_END; /*!< (@ 0x00000104) Granted transaction completed … member
1738 …__IOM uint32_t EVENTS_END; /*!< (@ 0x00000104) The SAADC has filled up the resu… member
1955 …__IOM uint32_t EVENTS_END; /*!< (@ 0x00000100) Address resolution procedure com… member
2282 …__IOM uint32_t EVENTS_END; /*!< (@ 0x00000108) The PDM has written the last sam… member
H A Dnrf9160.h975 …__IOM uint32_t EVENTS_END; /*!< (@ 0x00000118) End of RXD buffer and TXD buffer… member
1031 …__IOM uint32_t EVENTS_END; /*!< (@ 0x00000104) Granted transaction completed … member
1378 …__IOM uint32_t EVENTS_END; /*!< (@ 0x00000104) The ADC has filled up the Result… member
1692 …__IOM uint32_t EVENTS_END; /*!< (@ 0x00000108) The PDM has written the last sam… member
H A Dnrf52810_bitfields.h59 #define AAR_EVENTS_END_EVENTS_END_Pos (0UL) /*!< Position of EVENTS_END field. */
60 …S_END_EVENTS_END_Msk (0x1UL << AAR_EVENTS_END_EVENTS_END_Pos) /*!< Bit mask of EVENTS_END field. */
3875 #define PDM_EVENTS_END_EVENTS_END_Pos (0UL) /*!< Position of EVENTS_END field. */
3876 …S_END_EVENTS_END_Msk (0x1UL << PDM_EVENTS_END_EVENTS_END_Pos) /*!< Bit mask of EVENTS_END field. */
5958 #define RADIO_EVENTS_END_EVENTS_END_Pos (0UL) /*!< Position of EVENTS_END field. */
5959 …END_EVENTS_END_Msk (0x1UL << RADIO_EVENTS_END_EVENTS_END_Pos) /*!< Bit mask of EVENTS_END field. */
7066 #define SAADC_EVENTS_END_EVENTS_END_Pos (0UL) /*!< Position of EVENTS_END field. */
7067 …END_EVENTS_END_Msk (0x1UL << SAADC_EVENTS_END_EVENTS_END_Pos) /*!< Bit mask of EVENTS_END field. */
7793 #define SPIM_EVENTS_END_EVENTS_END_Pos (0UL) /*!< Position of EVENTS_END field. */
7794 …_END_EVENTS_END_Msk (0x1UL << SPIM_EVENTS_END_EVENTS_END_Pos) /*!< Bit mask of EVENTS_END field. */
[all …]
H A Dnrf52810.svd3310 <name>EVENTS_END</name>
3316 <name>EVENTS_END</name>
9172 <name>EVENTS_END</name>
9178 <name>EVENTS_END</name>
9976 <name>EVENTS_END</name>
9982 <name>EVENTS_END</name>
11429 <name>EVENTS_END</name>
11435 <name>EVENTS_END</name>
16322 <name>EVENTS_END</name>
16328 <name>EVENTS_END</name>
[all …]
H A Dnrf9160_bitfields.h4499 #define PDM_EVENTS_END_EVENTS_END_Pos (0UL) /*!< Position of EVENTS_END field. */
4500 …S_END_EVENTS_END_Msk (0x1UL << PDM_EVENTS_END_EVENTS_END_Pos) /*!< Bit mask of EVENTS_END field. */
5966 #define SAADC_EVENTS_END_EVENTS_END_Pos (0UL) /*!< Position of EVENTS_END field. */
5967 …END_EVENTS_END_Msk (0x1UL << SAADC_EVENTS_END_EVENTS_END_Pos) /*!< Bit mask of EVENTS_END field. */
6871 #define SPIM_EVENTS_END_EVENTS_END_Pos (0UL) /*!< Position of EVENTS_END field. */
6872 …_END_EVENTS_END_Msk (0x1UL << SPIM_EVENTS_END_EVENTS_END_Pos) /*!< Bit mask of EVENTS_END field. */
7244 #define SPIS_EVENTS_END_EVENTS_END_Pos (0UL) /*!< Position of EVENTS_END field. */
7245 …_END_EVENTS_END_Msk (0x1UL << SPIS_EVENTS_END_EVENTS_END_Pos) /*!< Bit mask of EVENTS_END field. */
H A Dnrf52840_bitfields.h59 #define AAR_EVENTS_END_EVENTS_END_Pos (0UL) /*!< Position of EVENTS_END field. */
60 …S_END_EVENTS_END_Msk (0x1UL << AAR_EVENTS_END_EVENTS_END_Pos) /*!< Bit mask of EVENTS_END field. */
6694 #define PDM_EVENTS_END_EVENTS_END_Pos (0UL) /*!< Position of EVENTS_END field. */
6695 …S_END_EVENTS_END_Msk (0x1UL << PDM_EVENTS_END_EVENTS_END_Pos) /*!< Bit mask of EVENTS_END field. */
9924 #define RADIO_EVENTS_END_EVENTS_END_Pos (0UL) /*!< Position of EVENTS_END field. */
9925 …END_EVENTS_END_Msk (0x1UL << RADIO_EVENTS_END_EVENTS_END_Pos) /*!< Bit mask of EVENTS_END field. */
11414 #define SAADC_EVENTS_END_EVENTS_END_Pos (0UL) /*!< Position of EVENTS_END field. */
11415 …END_EVENTS_END_Msk (0x1UL << SAADC_EVENTS_END_EVENTS_END_Pos) /*!< Bit mask of EVENTS_END field. */
12283 #define SPIM_EVENTS_END_EVENTS_END_Pos (0UL) /*!< Position of EVENTS_END field. */
12284 …_END_EVENTS_END_Msk (0x1UL << SPIM_EVENTS_END_EVENTS_END_Pos) /*!< Bit mask of EVENTS_END field. */
[all …]
H A Dnrf52840.svd4907 <name>EVENTS_END</name>
4913 <name>EVENTS_END</name>
11180 <name>EVENTS_END</name>
11186 <name>EVENTS_END</name>
12212 <name>EVENTS_END</name>
12218 <name>EVENTS_END</name>
18963 <name>EVENTS_END</name>
18969 <name>EVENTS_END</name>
23866 <name>EVENTS_END</name>
23872 <name>EVENTS_END</name>
[all …]
H A Dnrf9160.svd5197 <name>EVENTS_END</name>
5203 <name>EVENTS_END</name>
6278 <name>EVENTS_END</name>
6284 <name>EVENTS_END</name>
14109 <name>EVENTS_END</name>
14115 <name>EVENTS_END</name>
24533 <name>EVENTS_END</name>
24539 <name>EVENTS_END</name>
H A Dnrf51.svd3477 <name>EVENTS_END</name>
6999 <name>EVENTS_END</name>
7994 <name>EVENTS_END</name>
10365 <name>EVENTS_END</name>
H A Dnrf52.svd5090 <name>EVENTS_END</name>
9395 <name>EVENTS_END</name>
10164 <name>EVENTS_END</name>
16596 <name>EVENTS_END</name>
21685 <name>EVENTS_END</name>
27307 <name>EVENTS_END</name>