Home
last modified time | relevance | path

Searched refs:elevation (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/tests/drivers/gnss/gnss_nmea0183/src/
Dmain.c382 {.prn = 21, .elevation = 44, .azimuth = 141, .snr = 47,
384 {.prn = 15, .elevation = 14, .azimuth = 49, .snr = 44,
386 {.prn = 6, .elevation = 31, .azimuth = 255, .snr = 46,
388 {.prn = 3, .elevation = 25, .azimuth = 280, .snr = 44,
425 {.prn = 18, .elevation = 61, .azimuth = 57, .snr = 48,
427 {.prn = 22, .elevation = 68, .azimuth = 320, .snr = 52,
429 {.prn = 27, .elevation = 34, .azimuth = 268, .snr = 47,
431 {.prn = 24, .elevation = 32, .azimuth = 76, .snr = 45,
460 {.prn = 14, .elevation = 51, .azimuth = 214, .snr = 49,
462 {.prn = 19, .elevation = 23, .azimuth = 308, .snr = 46,
[all …]
/Zephyr-latest/samples/drivers/gnss/
DREADME.rst27 … gnss: gnss_satellite: {prn: 1, snr: 30, elevation 71, azimuth 276, system: GLONASS, is_tracked: 1}
28 …gnss: gnss_satellite: {prn: 11, snr: 31, elevation 62, azimuth 221, system: GLONASS, is_tracked: 1}
/Zephyr-latest/drivers/gnss/
Dgnss_nmea0183.c41 const char *elevation; member
566 if ((gnss_parse_atoi(svs[i].elevation, 10, &i32) < 0) || in parse_gsv_svs()
571 satellites[i].elevation = (uint8_t)i32; in parse_gsv_svs()
Dgnss_dump.c137 ret = snprintk(str, strsize, fmt, satellite->prn, satellite->snr, satellite->elevation, in gnss_dump_satellite()
Dgnss_emul.c419 data->satellites[data->satellites_len].elevation = system_bit + 40; in gnss_emul_add_satellite()
/Zephyr-latest/include/zephyr/drivers/
Dgnss.h205 uint8_t elevation; member
/Zephyr-latest/doc/hardware/porting/
Darch.rst506 reserved for privilege elevation stacks.
651 This is the case when privilege elevation stacks are not inside the stack
704 | Privilege elevation stack |
712 * If the thread is a supervisor thread, the privilege elevation region is just
718 elevation stack, which the user thread has no access to. An overflow when
730 the size of the reserved region containing platform data, privilege elevation
741 privilege elevation stack must be allocated elsewhere.
761 | Privilege elevation stack |
800 privilege elevation via registers.
844 * A software interrupt or some kind of privilege elevation mechanism needs to
/Zephyr-latest/arch/x86/core/
DKconfig.ia3259 do privilege elevation. It also defines a special TSS and handler
/Zephyr-latest/doc/kernel/services/synchronization/
Dmutexes.rst76 inheritance. The default value of 0 permits unlimited elevation.
/Zephyr-latest/subsys/bluetooth/host/
DKconfig.gatt34 bool "Automatic security elevation and retry on security errors"
/Zephyr-latest/doc/kernel/usermode/
Dsyscalls.rst35 through privilege elevation and validation steps (if called from user
193 implementation function or go through a system call elevation. A
200 necessary privilege elevation. Parameters of API inline function, before being
/Zephyr-latest/doc/kernel/services/threads/
Dindex.rst181 - If userspace is enabled, a separate fixed-size privilege elevation stack must
204 to reserve additional room for the privilege elevation stack, or memory
/Zephyr-latest/doc/releases/
Drelease-notes-1.10.rst31 * System calls for privilege elevation
Drelease-notes-2.4.rst210 as ancillary data structures (such as privilege mode elevation stacks) will
/Zephyr-latest/arch/
DKconfig363 Selected if the architecture requires that privilege elevation stacks