OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RX_DR
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/nrf24l01/
nrf24l01.cxx
154
/* See note in getData() function - just checking
RX_DR
isn't good enough */
156
/* We can short circuit on
RX_DR
, but if it's not set, we still need
158
if ( status & (1 <<
RX_DR
) ) {
189
* "The
RX_DR
IRQ is asserted by a new packet arrival event. The procedure
191
* 2) clear
RX_DR
IRQ, 3) read FIFO_STATUS to check if there are more
194
* So if we're going to clear
RX_DR
here, we need to check the RX FIFO
197
setRegister (STATUS, (1<<
RX_DR
));
nrf24l01.h
95
#define
RX_DR
6
Completed in 43 milliseconds