nuttx/include
dongjiuzhu1 403469336f driver/sensors: support sensor flush operation
Supports the flush operation of the sensor.

The application can initiate a flush action through ioctl SNIOC_FLUSH
to trigger flush, and the call will be returned immediately.
Using SNIOC_GET_EVENTS to clear flush event,

However, the flush implementation is asynchronous, when all the flush
data is push to upper circbuffer, the POLLPRI event(FLUSH_COMPLETED)
will be reported.

Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
2024-09-19 03:44:49 +08:00
..
android
arpa
crypto nuttx/crypto: export Diffie-Hellman algorithm 2024-09-09 23:55:33 +08:00
cxx
net
netinet Expose IPTOS_xxx to the application layer 2024-09-12 17:15:31 +08:00
netpacket
nuttx driver/sensors: support sensor flush operation 2024-09-19 03:44:49 +08:00
ssp
sys fs/mmap/msync:support msync. 2024-09-19 01:43:50 +08:00
.gitignore
aio.h
alloca.h
assert.h Restore ASSERT/VERIFY semantics 2024-09-09 15:25:04 +08:00
byteswap.h
ctype.h
debug.h coresight: add coresight_core 2024-09-13 09:09:19 +08:00
dirent.h
dlfcn.h
dsp.h
dspb16.h
elf32.h
elf64.h
elf.h
endian.h
err.h
errno.h
execinfo.h
fcntl.h drivers/pipes: add fcntl(F_SETPIPE_SZ/F_GETPIPE_SZ) support 2024-09-10 11:35:15 +08:00
fixedmath.h
fnmatch.h
ftw.h
getopt.h
glob.h
grp.h
hex2bin.h
iconv.h
ifaddrs.h
inttypes.h
iso646.h
langinfo.h
libgen.h
libintl.h
limits.h
locale.h
lzf.h
malloc.h
mqueue.h
netdb.h
nl_types.h
nxflat.h
obstack.h libs/libc/obstack: implement ptr and int growing functions 2024-09-17 02:00:46 +08:00
poll.h
pthread.h pthread_cleanup: move clenup down to tls 2024-09-14 20:15:12 +08:00
pty.h
pwd.h
regex.h
resolv.h
sched.h
search.h
semaphore.h semaphore: export priority ceiling interfaces in semaphore 2024-09-10 01:26:31 +08:00
signal.h signal: Make struct sigevent compatible with glibc 2024-09-17 12:15:14 +08:00
spawn.h
stdbool.h
stddef.h
stdint.h
stdio.h
stdlib.h
stdnoreturn.h
string.h
strings.h
syscall.h
syslog.h
termios.h
threads.h
time.h
unistd.h
utime.h
uuid.h
wchar.h
wctype.h