Home
last modified time | relevance | path

Searched refs:off (Results 126 – 150 of 436) sorted by relevance

12345678910>>...18

/Zephyr-latest/boards/sifive/hifive1/support/
Dopenocd.cfg19 flash protect 0 64 last off
/Zephyr-latest/samples/net/promiscuous_mode/
DREADME.rst16 ``promisc on`` and ``promisc off``.
/Zephyr-latest/drivers/clock_control/
Dclock_control_si32_ahb.c49 .off = clock_control_si32_ahb_off,
Dclock_control_arm_scmi.c73 .off = scmi_clock_off,
Dclock_control_mcux_sim.c108 .off = mcux_sim_off,
Dclock_control_sam_pmc.c134 .off = atmel_sam_clock_control_off,
Dclock_control_silabs_series.c117 .off = silabs_clock_control_off,
Dclock_control_ambiq.c124 .off = ambiq_clock_off,
/Zephyr-latest/lib/os/
Dfdtable.c320 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/
Dled_npm1300.c67 .off = led_npm1300_off,
Dled_gpio.c82 .off = led_gpio_off,
Dled_handlers.c74 K_OOPS(K_SYSCALL_DRIVER_LED(dev, off)); in z_vrfy_led_off()
/Zephyr-latest/scripts/build/
Dllext_prepare_exptab.py251 off = self.exptab_section.shdr_offset + SHF_OFFSET
255 self.elf_fd.seek(off)
260 self.elf_fd.seek(off)
/Zephyr-latest/scripts/
Dzephyr_module.py615 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/
DKconfig32 SRAMs can be totally or partially switched off to further reduce consumption.
/Zephyr-latest/include/zephyr/drivers/
Dled.h117 led_api_off off; member
330 return api->off(dev, led); in z_impl_led_off()
/Zephyr-latest/drivers/sensor/infineon/tle9104/
Dtle9104_diagnostics.c48 if (data->values[i].off == TLE9104_OFFDIAG_OL) { in tle9104_diagnostics_channel_get()
/Zephyr-latest/drivers/display/
DKconfig.nrf_led_matrix13 (where 0 means off completely) for each of the LEDs independently.
/Zephyr-latest/modules/nanopb/
Dnanopb.cmake30 # Turn off the default nanopb behavior
/Zephyr-latest/tests/subsys/storage/flash_map/src/
Dmain_sha.c122 fac.off = 0; in ZTEST()
/Zephyr-latest/drivers/timer/
Dhpet.c61 #define HPET_REG_ADDR(off) \ argument
62 ((mm_reg_t)(DEVICE_MMIO_TOPLEVEL_GET(hpet_regs) + (off)))
/Zephyr-latest/boards/phytec/phyboard_lyra/doc/
Dphyboard_lyra_am62xx_a53.rst101 …fatload mmc 1:1 0x82000000 zephyr.bin; dcache flush; icache flush; dcache off; icache off; go 0x82…
/Zephyr-latest/drivers/mfd/
Dmfd_tle9104.c350 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/
Dcore.rst17 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/
Dnet_stats.rst14 Individual component statistics for IPv4 or IPv6 can be turned off

12345678910>>...18