Home
last modified time | relevance | path

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

/lk-master/platform/nrf51xxx/
A Duart.c58 NRF_UART0->EVENTS_RXDRDY = 0; in uart_init()
92 if (NRF_UART0->EVENTS_RXDRDY > 0) { in uart_getc()
93 NRF_UART0->EVENTS_RXDRDY=0; in uart_getc()
/lk-master/platform/nrf52xxx/
A Duart.c57 NRF_UART0->EVENTS_RXDRDY = 0; in uart_init()
69 while ( NRF_UART0->EVENTS_RXDRDY > 0 ) { in nrf52_UARTE0_UART0_IRQ()
70 NRF_UART0->EVENTS_RXDRDY = 0; in nrf52_UARTE0_UART0_IRQ()
/lk-master/external/platform/nrfx/hal/
A Dnrf_uart.h66 …NRF_UART_EVENT_RXDRDY = offsetof(NRF_UART_Type, EVENTS_RXDRDY),/**< Event from data ready in RXD. …
A Dnrf_uarte.h65 …NRF_UARTE_EVENT_RXDRDY = offsetof(NRF_UARTE_Type, EVENTS_RXDRDY), ///< Data received in RXD …
/lk-master/external/platform/nrfx/mdk/
A Dnrf52805.h803 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD … member
851 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD (but potent… member
A Dnrf52810.h842 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD … member
890 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD (but potent… member
A Dnrf52811.h910 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD … member
958 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD (but potent… member
A Dnrf52820.h922 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD … member
970 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD (but potent… member
A Dnrf52.h979 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD (but potent… member
1038 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD … member
A Dnrf51.h421 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD. … member
A Dnrf52833.h1194 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD … member
1242 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD (but potent… member
A Dnrf52840.h1220 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD … member
1268 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD (but potent… member
A Dnrf5340_network.h1694 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD (but potent… member
A Dnrf9160.h1251 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD (but potent… member
A Dnrf5340_application.h1889 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD (but potent… member
/lk-master/external/platform/nrf51/include/platform/
A Dnrf518xx.h413 …__IO uint32_t EVENTS_RXDRDY; /*!< Data received in RXD. … member

Completed in 155 milliseconds