Searched refs:EVENTS_RXDRDY (Results 1 – 16 of 16) sorted by relevance
58 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()
57 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()
66 …NRF_UART_EVENT_RXDRDY = offsetof(NRF_UART_Type, EVENTS_RXDRDY),/**< Event from data ready in RXD. …
65 …NRF_UARTE_EVENT_RXDRDY = offsetof(NRF_UARTE_Type, EVENTS_RXDRDY), ///< Data received in RXD …
803 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD … member851 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD (but potent… member
842 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD … member890 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD (but potent… member
910 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD … member958 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD (but potent… member
922 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD … member970 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD (but potent… member
979 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD (but potent… member1038 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD … member
421 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD. … member
1194 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD … member1242 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD (but potent… member
1220 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD … member1268 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD (but potent… member
1694 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD (but potent… member
1251 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD (but potent… member
1889 …__IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD (but potent… member
413 …__IO uint32_t EVENTS_RXDRDY; /*!< Data received in RXD. … member
Completed in 155 milliseconds