Home
last modified time | relevance | path

Searched refs:flags (Results 1 – 5 of 5) sorted by relevance

/edtt-latest/src/components/
Dedttt_bsim.py127 flags = fcntl.fcntl(self.FIFOs[i][self.TO_EDTT], fcntl.F_GETFL);
128 flags |= os.O_NONBLOCK;
129 fcntl.fcntl(self.FIFOs[i][self.TO_EDTT], fcntl.F_SETFL, flags);
138 flags = fcntl.fcntl(self.FIFOs[i][self.TO_DEVICE], fcntl.F_GETFL);
139 flags |= os.O_NONBLOCK;
140 fcntl.fcntl(self.FIFOs[i][self.TO_DEVICE], fcntl.F_SETFL, flags);
Dscanner.py312 def discover(self, time, flags=None): argument
341 … if (flags is None) or ((ADType.FLAGS in elements) and (elements[ADType.FLAGS] & flags)):
355 if flags is None:
Dbtsnoop.py121 flags = (idx << 16) | opcode
122 pkt_hdr = struct.pack(">LLLLQ", data_len, data_len, flags, 0, timestamp)
/edtt-latest/docs/
DEDTT_transport.md55 ### `int edtt_read(u8_t *ptr, size_t size, int flags)`
58 `<flags>` can be set to EDTTT_BLOCK or EDTTT_NONBLOCK
67 ### `int edtt_write(u8_t *ptr, size_t size, int flags)`
71 `<flags>` can be set to EDTTT_BLOCK or EDTTT_NONBLOCK
DEDTT_framework_Babblesim.md47 * read(u8_t *pbuffer, size_t count, int flags)
48 * write(u8_t *pbuffer, size_t count, int flags)