Searched refs:off (Results 126 – 150 of 436) sorted by relevance
12345678910>>...18
/Zephyr-latest/boards/sifive/hifive1/support/ |
D | openocd.cfg | 19 flash protect 0 64 last off
|
/Zephyr-latest/samples/net/promiscuous_mode/ |
D | README.rst | 16 ``promisc on`` and ``promisc off``.
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_si32_ahb.c | 49 .off = clock_control_si32_ahb_off,
|
D | clock_control_arm_scmi.c | 73 .off = scmi_clock_off,
|
D | clock_control_mcux_sim.c | 108 .off = mcux_sim_off,
|
D | clock_control_sam_pmc.c | 134 .off = atmel_sam_clock_control_off,
|
D | clock_control_silabs_series.c | 117 .off = silabs_clock_control_off,
|
D | clock_control_ambiq.c | 124 .off = ambiq_clock_off,
|
/Zephyr-latest/lib/os/ |
D | fdtable.c | 320 const size_t *off; in zvfs_rw() local 340 off = (from_offset == NULL) ? &fdtable[fd].offset : from_offset; in zvfs_rw() 347 res = fdtable[fd].vtable->write_offs(fdtable[fd].obj, buf, sz, *off); in zvfs_rw() 354 res = fdtable[fd].vtable->read_offs(fdtable[fd].obj, buf, sz, *off); in zvfs_rw()
|
/Zephyr-latest/drivers/led/ |
D | led_npm1300.c | 67 .off = led_npm1300_off,
|
D | led_gpio.c | 82 .off = led_gpio_off,
|
D | led_handlers.c | 74 K_OOPS(K_SYSCALL_DRIVER_LED(dev, off)); in z_vrfy_led_off()
|
/Zephyr-latest/scripts/build/ |
D | llext_prepare_exptab.py | 251 off = self.exptab_section.shdr_offset + SHF_OFFSET 255 self.elf_fd.seek(off) 260 self.elf_fd.seek(off)
|
/Zephyr-latest/scripts/ |
D | zephyr_module.py | 615 off = False 617 off = True 621 off = True 623 if off: 625 workspace_off |= off 630 manifest_off |= off
|
/Zephyr-latest/soc/st/stm32/stm32u5x/ |
D | Kconfig | 32 SRAMs can be totally or partially switched off to further reduce consumption.
|
/Zephyr-latest/include/zephyr/drivers/ |
D | led.h | 117 led_api_off off; member 330 return api->off(dev, led); in z_impl_led_off()
|
/Zephyr-latest/drivers/sensor/infineon/tle9104/ |
D | tle9104_diagnostics.c | 48 if (data->values[i].off == TLE9104_OFFDIAG_OL) { in tle9104_diagnostics_channel_get()
|
/Zephyr-latest/drivers/display/ |
D | Kconfig.nrf_led_matrix | 13 (where 0 means off completely) for each of the LEDs independently.
|
/Zephyr-latest/modules/nanopb/ |
D | nanopb.cmake | 30 # Turn off the default nanopb behavior
|
/Zephyr-latest/tests/subsys/storage/flash_map/src/ |
D | main_sha.c | 122 fac.off = 0; in ZTEST()
|
/Zephyr-latest/drivers/timer/ |
D | hpet.c | 61 #define HPET_REG_ADDR(off) \ argument 62 ((mm_reg_t)(DEVICE_MMIO_TOPLEVEL_GET(hpet_regs) + (off)))
|
/Zephyr-latest/boards/phytec/phyboard_lyra/doc/ |
D | phyboard_lyra_am62xx_a53.rst | 101 …fatload mmc 1:1 0x82000000 zephyr.bin; dcache flush; icache flush; dcache off; icache off; go 0x82…
|
/Zephyr-latest/drivers/mfd/ |
D | mfd_tle9104.c | 350 diag[0].off = tle9104_get_register_bits(diag_off, TLE9104_DIAGOFF_DIAGCH1OFF_POS, in tle9104_get_diagnostics_internal() 352 diag[1].off = tle9104_get_register_bits(diag_off, TLE9104_DIAGOFF_DIAGCH2OFF_POS, in tle9104_get_diagnostics_internal() 354 diag[2].off = tle9104_get_register_bits(diag_off, TLE9104_DIAGOFF_DIAGCH3OFF_POS, in tle9104_get_diagnostics_internal() 356 diag[3].off = tle9104_get_register_bits(diag_off, TLE9104_DIAGOFF_DIAGCH4OFF_POS, in tle9104_get_diagnostics_internal()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | core.rst | 17 LPN. The LPN saves power by keeping its radio turned off, and only wakes up to 40 the entire RPL in the persistent storage before it is powered off. Depending on 47 get powered off before the timer to store the RPL is fired. To ensure that 54 switch off the timer, which can help to significantly reduce flash wear out.
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_stats.rst | 14 Individual component statistics for IPv4 or IPv6 can be turned off
|
12345678910>>...18