OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:transmitting
(Results
1 - 3
of
3
) sorted by null
/external/arduino/libraries/Wire/
Wire.h
39
static uint8_t
transmitting
;
member in class:TwoWire
Wire.cpp
40
uint8_t TwoWire::
transmitting
= 0;
member in class:TwoWire
98
// indicate that we are
transmitting
99
transmitting
= 1;
119
// indicate that we are done
transmitting
120
transmitting
= 0;
129
if(
transmitting
){
152
if(
transmitting
){
/external/wpa_supplicant_8/src/pae/
ieee802_1x_kay_i.h
90
Boolean
transmitting
; /* bool
transmitting
(read only) */
member in struct:transmit_sc
Completed in 91 milliseconds