OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_RT
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/nrf24l01/
nrf24l01.cxx
89
if((status & ((1 << TX_DS) | (1 <<
MAX_RT
)))){
170
/* if sending successful (TX_DS) or max retries exceded (
MAX_RT
). */
171
if((status & ((1 << TX_DS) | (1 <<
MAX_RT
)))){
217
setRegister (STATUS, (1 << TX_DS) | (1 <<
MAX_RT
));
nrf24l01.h
97
#define
MAX_RT
4
Completed in 699 milliseconds