Home
last modified time | relevance | path

Searched refs:off (Results 101 – 125 of 436) sorted by relevance

12345678910>>...18

/Zephyr-latest/boards/beagle/beagleconnect_freedom/doc/
Dindex.rst48 | I2C | off-chip | OPT3001 |
50 | I2C | off-chip | HDC2010 |
52 | I2C | off-chip | BCF_BRIDGE_MCU |
/Zephyr-latest/include/zephyr/storage/
Dstream_flash.h142 int stream_flash_erase_page(struct stream_flash_ctx *ctx, off_t off);
/Zephyr-latest/drivers/clock_control/
Dclock_control_fixed_rate.c54 .off = fixed_rate_clk_off,
Dclock_control_mcux_scg_k4.c78 .off = mcux_scg_k4_off,
Dclock_control_nxp_s32.c72 .off = nxp_s32_clock_off,
Dclock_control_rv32m1_pcc.c56 .off = rv32m1_pcc_off,
Dclock_control_si32_apb.c51 .off = clock_control_si32_apb_off,
/Zephyr-latest/samples/drivers/led/lp50xx/
DREADME.rst27 - turn off
29 - turn off
/Zephyr-latest/subsys/logging/frontends/
Dlog_frontend_stmesp_demux.c43 int off; member
485 entry->off = 0; in log_frontend_stmesp_demux_packet_start()
527 if (demux.curr->off + len <= demux.curr->packet->hdr.total_len) { in log_frontend_stmesp_demux_data()
528 memcpy(&demux.curr->packet->data[demux.curr->off], data, len); in log_frontend_stmesp_demux_data()
529 demux.curr->off += len; in log_frontend_stmesp_demux_data()
541 if (demux.curr->off != demux.curr->packet->hdr.total_len) { in log_frontend_stmesp_demux_packet_end()
/Zephyr-latest/samples/boards/96boards/argonkey/microphone/
DREADME.rst50 on COM port. When the output is completed the green LED goes off and the red
53 - audio acquisition starts: GRN on - RED off
55 - audio output ends: GRN off - RED on
74 following macro, off by default, in :zephyr_file:`samples/boards/96boards/argonkey/microphone/src/m…
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_pull_context.c102 uint16_t off, len; in transfer_request() local
153 off = parser.field_data[UF_PATH].off; in transfer_request()
155 cursor = context.uri + off; in transfer_request()
/Zephyr-latest/drivers/wifi/esp_at/
Desp.c1171 static int esp_conn_cmd_append(struct esp_data *data, size_t *off, in esp_conn_cmd_append() argument
1175 char *str = &data->conn_cmd[*off]; in esp_conn_cmd_append()
1187 *off = str - data->conn_cmd; in esp_conn_cmd_append()
1192 #define esp_conn_cmd_append_literal(data, off, chunk) \ argument
1193 esp_conn_cmd_append(data, off, chunk, sizeof(chunk) - 1)
1195 static int esp_conn_cmd_escape_and_append(struct esp_data *data, size_t *off, in esp_conn_cmd_escape_and_append() argument
1199 char *str = &data->conn_cmd[*off]; in esp_conn_cmd_escape_and_append()
1225 *off = str - data->conn_cmd; in esp_conn_cmd_escape_and_append()
1234 size_t off = 0; in esp_mgmt_connect() local
1248 err = esp_conn_cmd_append_literal(data, &off, "AT+"_CWJAP"=\""); in esp_mgmt_connect()
[all …]
/Zephyr-latest/drivers/timer/
DKconfig.mcux_os20 OS Timer is turned off in certain low power modes. When this option is
/Zephyr-latest/samples/drivers/soc_flash_nrf/src/
Dmain.c47 uint32_t off, uint32_t size) in erase_when_needed() argument
55 if (flash_erase(dev, off, size) != 0) { in erase_when_needed()
/Zephyr-latest/samples/boards/nxp/mimxrt595_evk/system_off/
DREADME.rst5 Use soft-off on MIMXRT595-EVK.
11 soft off on NXP i.MX RT platforms. The functional behavior is:
14 * Turn the system off after enabling wakeup through RTC and set alarm
36 4. Device will turn itself off using deep power down mode. RTC alarm
49 Powering off
/Zephyr-latest/subsys/fs/
Dlittlefs_fs.c175 lfs_off_t off, void *buffer, lfs_size_t size) in lfs_api_read() argument
178 size_t offset = block * c->block_size + off; in lfs_api_read()
186 lfs_off_t off, const void *buffer, lfs_size_t size) in lfs_api_prog() argument
189 size_t offset = block * c->block_size + off; in lfs_api_prog()
209 lfs_off_t off, void *buffer, lfs_size_t size) in lfs_api_read_blk() argument
219 lfs_off_t off, const void *buffer, lfs_size_t size) in lfs_api_prog_blk() argument
236 lfs_off_t off, void *buffer, lfs_size_t size) in lfs_api_read_blk() argument
242 lfs_off_t off, const void *buffer, lfs_size_t size) in lfs_api_prog_blk() argument
401 static int littlefs_seek(struct fs_file_t *fp, off_t off, int whence) in littlefs_seek() argument
407 off_t ret = lfs_file_seek(&fs->lfs, LFS_FILEP(fp), off, whence); in littlefs_seek()
/Zephyr-latest/tests/subsys/fs/nvs/src/
Dmain.c146 const char *name, uint16_t off) in flash_sim_write_calls_find() argument
150 *flash_write_stat = (uint32_t *)((uint8_t *)hdr + off); in flash_sim_write_calls_find()
157 const char *name, uint16_t off) in flash_sim_max_write_calls_find() argument
161 *max_write_calls = (uint32_t *)((uint8_t *)hdr + off); in flash_sim_max_write_calls_find()
431 const char *name, uint16_t off) in flash_sim_erase_calls_find() argument
435 *flash_erase_stat = (uint32_t *)((uint8_t *)hdr + off); in flash_sim_erase_calls_find()
442 const char *name, uint16_t off) in flash_sim_max_erase_calls_find() argument
446 *max_erase_calls = (uint32_t *)((uint8_t *)hdr + off); in flash_sim_max_erase_calls_find()
453 const char *name, uint16_t off) in flash_sim_max_len_find() argument
457 *max_len = (uint32_t *)((uint8_t *)hdr + off); in flash_sim_max_len_find()
/Zephyr-latest/boards/nordic/nrf52dk/doc/
Dindex.rst129 | 7 | Cut off |
133 | 9 | Cut off |
156 | 7 | Cut off | N/A |
158 | 8 | Cut off | N/A |
183 | 7 | Cut off |
185 | 8 | Cut off |
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_1.rst283 (str)"off" : (uint)
296 | | case it is assumed to be 0. Should only be present when "off" is 0. |
298 | "len" | optional length of an image. Must appear when "off" is 0. |
300 | "off" | offset of image chunk the request carries. |
307 | | only be present when "off" is 0. |
316 | | whereby it will compare build numbers too. Should only be present when "off" |
325 It is possible that a server will respond to an upload with "off" of 0, this
336 If library gets request with "off" equal zero it checks stored "sha" within its
362 (str,opt)"off" : (uint)
396 | "off" | offset of last successfully written byte of update. |
[all …]
/Zephyr-latest/drivers/bbram/
DKconfig.stm3215 powered-on by VBAT when the VDD power is switched off. They are not reset
/Zephyr-latest/include/zephyr/fs/
Dfs_sys.h64 int (*lseek)(struct fs_file_t *filp, off_t off, int whence);
/Zephyr-latest/lib/os/
DKconfig119 Option to signal that power off functionality is implemented.
122 bool "Power off functionality"
125 Enable support for system power off.
/Zephyr-latest/subsys/shell/
Dshell_cmds.c476 SHELL_COND_CMD_ARG(CONFIG_SHELL_VT100_COMMANDS, off, NULL,
484 SHELL_COND_CMD_ARG(CONFIG_SHELL_VT100_COMMANDS, off, NULL,
492 SHELL_CMD_ARG(off, NULL, SHELL_HELP_PROMPT_OFF, cmd_prompt_off, 1, 0),
498 SHELL_CMD_ARG(off, NULL, SHELL_HELP_ECHO_OFF, cmd_echo_off, 1, 0),
/Zephyr-latest/subsys/logging/
DKconfig10 Global switch for the logger, when turned off log calls will not be
/Zephyr-latest/samples/sensor/tmp108/
DREADME.rst11 macro definitions included for turning off and on alerts if that is set up, and

12345678910>>...18