Home
last modified time | relevance | path

Searched refs:off (Results 151 – 175 of 436) sorted by relevance

12345678910>>...18

/Zephyr-latest/drivers/clock_control/
Dclock_control_mcux_pcc.c108 .off = mcux_pcc_off,
Dclock_control_renesas_ra_cgc.c86 .off = clock_control_renesas_ra_off,
Dclock_control_max32.c99 .off = api_off,
Dclock_control_mcux_scg.c149 .off = mcux_scg_off,
Dclock_control_si32_pll.c118 .off = clock_control_si32_pll_off,
/Zephyr-latest/samples/boards/espressif/deep_sleep/
DREADME.rst11 be powered off.
74 Powering off
/Zephyr-latest/kernel/
Dobj_core.c15 uint32_t id, size_t off) in z_obj_type_init() argument
20 type->obj_core_offset = off; in z_obj_type_init()
/Zephyr-latest/subsys/fs/ext2/
Dext2_ops.c174 static int ext2_lseek(struct fs_file_t *filp, off_t off, int whence) in ext2_lseek() argument
181 new_off = off; in ext2_lseek()
185 new_off = f->f_off + off; in ext2_lseek()
189 new_off = f->f_inode->i_size + off; in ext2_lseek()
/Zephyr-latest/drivers/fpga/
Dfpga_eos_s3.c148 .off = eos_s3_fpga_off,
Dfpga_shell.c136 sub_fpga, SHELL_CMD_ARG(off, NULL, "<device>", cmd_off, 2, 0),
/Zephyr-latest/samples/drivers/charger/
DREADME.rst21 Note that this sample terminates once the charge cycle completes and does not attempt to "top-off"
/Zephyr-latest/samples/drivers/ht16k33/
DREADME.rst19 4. turn off all LEDs, restore 100% brightness, and start over
/Zephyr-latest/samples/drivers/led/lp3943/
DREADME.rst12 second interval) until they're all on, and then turning them off in
/Zephyr-latest/doc/project/
Dmodifying_contributions.rst60 the original sign-off line and author identity, or
62 *own* sign-off line and author identity). In this case, the developer
/Zephyr-latest/boards/ti/cc1352r_sensortag/doc/
Dindex.rst49 | DIO23 | off-chip | DRV5032 |
51 | I2C | off-chip | HDC2080 |
53 | I2C | off-chip | OPT3001 |
55 | SPI | off-chip | ADXL362 |
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dpower_management.rst7 low power states sensors may lose their state, turning off even the digital logic portion of the de…
/Zephyr-latest/include/zephyr/kernel/
Dobj_core.h142 uint32_t id, size_t off);
/Zephyr-latest/tests/subsys/fs/zms/src/
Dmain.c141 uint16_t off) in flash_sim_write_calls_find() argument
145 *flash_write_stat = (uint32_t *)((uint8_t *)hdr + off); in flash_sim_write_calls_find()
152 uint16_t off) in flash_sim_max_write_calls_find() argument
156 *max_write_calls = (uint32_t *)((uint8_t *)hdr + off); in flash_sim_max_write_calls_find()
393 static int flash_sim_max_len_find(struct stats_hdr *hdr, void *arg, const char *name, uint16_t off) in flash_sim_max_len_find() argument
397 *max_len = (uint32_t *)((uint8_t *)hdr + off); in flash_sim_max_len_find()
/Zephyr-latest/drivers/ieee802154/
Dieee802154_uart_pipe.c104 static uint8_t *upipe_rx(uint8_t *buf, size_t *off) in upipe_rx() argument
170 *off = 0; in upipe_rx()
/Zephyr-latest/boards/firefly/roc_rk3568_pc/doc/
Dindex.rst79 tftp 0x40000000 zephyr.bin; dcache flush; icache flush; dcache off; icache off; go 0x40000000
/Zephyr-latest/drivers/led/
Dled_pwm.c129 .off = led_pwm_off,
/Zephyr-latest/drivers/modem/
DKconfig.wncm14a2a27 This stack is used by the work queue to pass off net_pkt data
/Zephyr-latest/samples/drivers/led/pwm/boards/
Dmec15xxevb_assy6853.overlay15 * and implements duty cycle for blink mode as an 8-bit value where 0 is off and
/Zephyr-latest/doc/contribute/
Dguidelines.rst97 later in this document), the developer simply adds a ``Signed-off-by``
129 sign-off) is maintained indefinitely and may be redistributed
136 The "sign-off" in the DCO is a "Signed-off-by:" line in each commit's log
137 message. The Signed-off-by: line must be in the following format::
139 Signed-off-by: Your Name <your.email@example.com>
149 You can automatically add the Signed-off-by: line to your commit body using
157 your Signed-off-by: line without removing the existing one.
159 - If you forget to add the Signed-off-by: line, you can add it to your previous
175 sign-off messages and the author identity.
388 Signed-off-by: [Your Full Name] <[your.email@address]>
[all …]
/Zephyr-latest/soc/intel/intel_adsp/
DKconfig112 bool "Switch off HP SRAM during power down"
116 Switch off HP SRAM during power down. Platform-configurable.

12345678910>>...18