/Zephyr-latest/drivers/clock_control/ |
D | clock_control_mcux_pcc.c | 108 .off = mcux_pcc_off,
|
D | clock_control_renesas_ra_cgc.c | 86 .off = clock_control_renesas_ra_off,
|
D | clock_control_max32.c | 99 .off = api_off,
|
D | clock_control_mcux_scg.c | 149 .off = mcux_scg_off,
|
D | clock_control_si32_pll.c | 118 .off = clock_control_si32_pll_off,
|
/Zephyr-latest/samples/boards/espressif/deep_sleep/ |
D | README.rst | 11 be powered off. 74 Powering off
|
/Zephyr-latest/kernel/ |
D | obj_core.c | 15 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/ |
D | ext2_ops.c | 174 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/ |
D | fpga_eos_s3.c | 148 .off = eos_s3_fpga_off,
|
D | fpga_shell.c | 136 sub_fpga, SHELL_CMD_ARG(off, NULL, "<device>", cmd_off, 2, 0),
|
/Zephyr-latest/samples/drivers/charger/ |
D | README.rst | 21 Note that this sample terminates once the charge cycle completes and does not attempt to "top-off"
|
/Zephyr-latest/samples/drivers/ht16k33/ |
D | README.rst | 19 4. turn off all LEDs, restore 100% brightness, and start over
|
/Zephyr-latest/samples/drivers/led/lp3943/ |
D | README.rst | 12 second interval) until they're all on, and then turning them off in
|
/Zephyr-latest/doc/project/ |
D | modifying_contributions.rst | 60 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/ |
D | index.rst | 49 | 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/ |
D | power_management.rst | 7 low power states sensors may lose their state, turning off even the digital logic portion of the de…
|
/Zephyr-latest/include/zephyr/kernel/ |
D | obj_core.h | 142 uint32_t id, size_t off);
|
/Zephyr-latest/tests/subsys/fs/zms/src/ |
D | main.c | 141 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/ |
D | ieee802154_uart_pipe.c | 104 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/ |
D | index.rst | 79 tftp 0x40000000 zephyr.bin; dcache flush; icache flush; dcache off; icache off; go 0x40000000
|
/Zephyr-latest/drivers/led/ |
D | led_pwm.c | 129 .off = led_pwm_off,
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig.wncm14a2a | 27 This stack is used by the work queue to pass off net_pkt data
|
/Zephyr-latest/samples/drivers/led/pwm/boards/ |
D | mec15xxevb_assy6853.overlay | 15 * and implements duty cycle for blink mode as an 8-bit value where 0 is off and
|
/Zephyr-latest/doc/contribute/ |
D | guidelines.rst | 97 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/ |
D | Kconfig | 112 bool "Switch off HP SRAM during power down" 116 Switch off HP SRAM during power down. Platform-configurable.
|