Home
last modified time | relevance | path

Searched full:off (Results 1 – 25 of 1166) sorted by relevance

12345678910>>...47

/Zephyr-latest/cmake/sca/eclair/
Dsca_options.cmake7 by analysing the single translation units independently." OFF)
10 require a significant amount of time" OFF)
12 parlance)." OFF)
13 option(ECLAIR_RULESET_STD_LIB "Project coding guidelines about the C Standard Library" OFF)
14 option(ECLAIR_RULESET_USER "User defined ruleset" OFF)
16 option(ECLAIR_METRICS_TAB "Metrics in a spreadsheet format" OFF)
17 option(ECLAIR_REPORTS_TAB "Findings in a spreadsheet format" OFF)
19 option(ECLAIR_SUMMARY_TXT "Plain textual summary format" OFF)
20 option(ECLAIR_SUMMARY_DOC "DOC summary format" OFF)
21 option(ECLAIR_SUMMARY_ODT "ODT summary format" OFF)
[all …]
/Zephyr-latest/samples/boards/nordic/system_off/
Dsample.yaml23 - "system off demo"
25 - "Entering system off; press sw0 to restart"
43 - "system off demo"
46 - "Off count: 0"
48 - "Entering system off; press sw0 to restart"
63 - "system off demo"
65 - "Entering system off; wait 2 seconds to restart"
66 - "system off demo"
68 - "Entering system off; wait 2 seconds to restart"
69 - "system off demo"
[all …]
DKconfig7 bool "Use state retention in system off using retained_mem driver"
11 bool "Use button to wake up device from system off"
14 Enable system off wakeup from pressing sw0 button.
17 bool "Use GRTC to wake up device from system off"
19 Enable system off wakeup from GRTC.
22 bool "Use COMP to wake up device from system off"
24 Enable system off wakeup from analog comparator.
DREADME.rst2 :name: System Off
18 number of times system off was entered, and total uptime since initial power-on
20 RAM is configured to keep the containing section powered while in system-off mode.
37 nrf52dk system off demo
38 Entering system off; press sw0 to restart
/Zephyr-latest/drivers/spi/
Dspi_dw.h24 typedef uint32_t (*spi_dw_read_t)(uint8_t size, mm_reg_t addr, uint32_t off);
25 typedef void (*spi_dw_write_t)(uint8_t size, uint32_t data, mm_reg_t addr, uint32_t off);
26 typedef void (*spi_dw_set_bit_t)(uint8_t bit, mm_reg_t addr, uint32_t off);
27 typedef void (*spi_dw_clear_bit_t)(uint8_t bit, mm_reg_t addr, uint32_t off);
28 typedef int (*spi_dw_test_bit_t)(uint8_t bit, mm_reg_t addr, uint32_t off);
67 static uint32_t aux_reg_read(uint8_t size, mm_reg_t addr, uint32_t off) in aux_reg_read() argument
70 return sys_in32(addr + off/4); in aux_reg_read()
73 static void aux_reg_write(uint8_t size, uint32_t data, mm_reg_t addr, uint32_t off) in aux_reg_write() argument
76 sys_out32(data, addr + off/4); in aux_reg_write()
79 static void aux_reg_set_bit(uint8_t bit, mm_reg_t addr, uint32_t off) in aux_reg_set_bit() argument
[all …]
/Zephyr-latest/doc/services/resource_management/
Dindex.rst23 On-Off Manager
26 An on-off manager supports an arbitrary number of clients of a service
32 * The stable states are off, on, and error. The service always begins
33 in the off state. The service may also be in a transition to a given
40 * The service transitions from off to on when first client request is
42 * The service transitions from on to off when last client release is
45 transition from off to on, from on to off, and optionally from an
46 error state to off. Transitions must be invokable from both thread
51 * Requests to turn on may be queued while a transition to off is in
52 progress: when the service has turned off successfully it will be
[all …]
/Zephyr-latest/subsys/storage/flash_map/
Dflash_map.c56 int flash_area_read(const struct flash_area *fa, off_t off, void *dst, in flash_area_read() argument
59 if (!is_in_flash_area_bounds(fa, off, len)) { in flash_area_read()
63 return flash_read(fa->fa_dev, fa->fa_off + off, dst, len); in flash_area_read()
66 int flash_area_write(const struct flash_area *fa, off_t off, const void *src, in flash_area_write() argument
69 if (!is_in_flash_area_bounds(fa, off, len)) { in flash_area_write()
73 return flash_write(fa->fa_dev, fa->fa_off + off, (void *)src, len); in flash_area_write()
76 int flash_area_erase(const struct flash_area *fa, off_t off, size_t len) in flash_area_erase() argument
78 if (!is_in_flash_area_bounds(fa, off, len)) { in flash_area_erase()
82 return flash_erase(fa->fa_dev, fa->fa_off + off, len); in flash_area_erase()
85 int flash_area_flatten(const struct flash_area *fa, off_t off, size_t len) in flash_area_flatten() argument
[all …]
/Zephyr-latest/boards/st/nucleo_h563zi/
Dst_morpho_connector.dtsi26 <ST_MORPHO_L_25 0 &gpioc 14 0>, /* SB45=ON, R34=OFF */
27 <ST_MORPHO_L_27 0 &gpioc 15 0>, /* SB44=ON, R35=OFF */
30 <ST_MORPHO_L_30 0 &gpioa 1 0>, /* SB58=OFF */
32 <ST_MORPHO_L_32 0 &gpioa 4 0>, /* SB56=OFF */
35 <ST_MORPHO_L_36 0 &gpioc 1 0>, /* SB62=OFF */
63 <ST_MORPHO_L_68 0 &gpiog 13 0>, /* SB37=OFF */
64 <ST_MORPHO_L_69 0 &gpiod 9 0>, /* SB75=ON, SB18=OFF, SB65=OFF */
65 <ST_MORPHO_L_70 0 &gpiog 11 0>, /* SB34=OFF */
72 <ST_MORPHO_R_6 0 &gpioc 5 0>, /* SB36=OFF */
75 <ST_MORPHO_R_12 0 &gpioa 12 0>, /* SB22=ON, SB28=OFF */
[all …]
/Zephyr-latest/soc/altr/zephyr_nios2f/cpu/
Dghrd_10m50da.qsf63 set_global_assignment -name MUX_RESTRUCTURE OFF
70 set_global_assignment -name ENABLE_OCT_DONE OFF
71 set_global_assignment -name USE_CONFIGURATION_DEVICE OFF
72 set_global_assignment -name CRC_ERROR_OPEN_DRAIN OFF
290 set_instance_assignment -name PACKAGE_SKEW_COMPENSATION OFF -to mem_dq[0] -tag __ghrd_10m50daf484c6…
291 set_instance_assignment -name PACKAGE_SKEW_COMPENSATION OFF -to mem_dq[1] -tag __ghrd_10m50daf484c6…
292 set_instance_assignment -name PACKAGE_SKEW_COMPENSATION OFF -to mem_dq[2] -tag __ghrd_10m50daf484c6…
293 set_instance_assignment -name PACKAGE_SKEW_COMPENSATION OFF -to mem_dq[3] -tag __ghrd_10m50daf484c6…
294 set_instance_assignment -name PACKAGE_SKEW_COMPENSATION OFF -to mem_dq[4] -tag __ghrd_10m50daf484c6…
295 set_instance_assignment -name PACKAGE_SKEW_COMPENSATION OFF -to mem_dq[5] -tag __ghrd_10m50daf484c6…
[all …]
/Zephyr-latest/include/zephyr/arch/arc/asm-compat/
Dasm-macro-64-bit-gnu.h17 .macro LDR\aa d, s, off=0
18 ldl\aa \d, [\s, \off]
23 .macro STR\aa d, s, off=0
25 .if \off == 0
28 stl\aa \d, [\s, \off]
33 .macro STR d, s, off=0
34 .if \off == 0
37 .if \off > 255
38 STR.as \d, \s, \off / 8
40 stl \d, [\s, \off]
/Zephyr-latest/subsys/fs/ext2/
Dext2_bitmap.c23 uint32_t off = index % 8; in ext2_bitmap_set() local
30 __ASSERT((bm[idx] & BIT(off)) == 0, "Bit %d set in bitmap", index); in ext2_bitmap_set()
33 bm[idx] |= BIT(off); in ext2_bitmap_set()
44 uint32_t off = index % 8; in ext2_bitmap_unset() local
51 __ASSERT(bm[idx] & BIT(off), "Bit %d not set in bitmap", index); in ext2_bitmap_unset()
54 bm[idx] &= ~BIT(off); in ext2_bitmap_unset()
66 int off = find_lsb_set(~bm[i]) - 1; in ext2_bitmap_find_free() local
68 LOG_DBG("off: %d", off); in ext2_bitmap_find_free()
69 return off + i * 8; in ext2_bitmap_find_free()
/Zephyr-latest/samples/boards/nxp/mimxrt1060_evk/system_off/
DREADME.rst2 :name: RT1060 System Off
5 Use soft-off on MIMXRT1060-EVK.
11 soft off on NXP i.MX RT platforms. The functional behavior is:
14 * Turn the system off after enabling wakeup through a button press, and
38 4. Device will turn itself off using deep sleep state 1. Press SW 5
52 mimxrt1060_evkb system off demo
55 RTC Alarm set for 10 seconds to wake from soft-off.
56 Entering system off; press GPIO_5 to restart sooner
/Zephyr-latest/drivers/pwm/
Dpwm_mchp_xec.c28 /* Minimal on/off are 1 & 1 both are incremented, so 4.
33 /* Maximal on/off are UINT16_T, both are incremented.
62 uint32_t off; member
110 static uint32_t xec_compute_frequency(uint32_t clk, uint32_t on, uint32_t off) in xec_compute_frequency() argument
112 return ((clk * XEC_PWM_FREQ_PF)/((on + 1) + (off + 1))); in xec_compute_frequency()
135 uint32_t *on, uint32_t *off) in xec_compute_on_off() argument
142 *off = on_off - *on - 2; in xec_compute_on_off()
145 static uint32_t xec_compute_dc(uint32_t on, uint32_t off) in xec_compute_dc() argument
147 int dc = (on + 1) + (off + 1); in xec_compute_dc()
190 uint32_t *on, uint32_t *off) in xec_select_best_div_on_off() argument
[all …]
/Zephyr-latest/include/zephyr/sys/
Dpoweroff.h17 * @defgroup sys_poweroff System power off
25 * @brief System power off hook.
28 * perform an immediate power off of the system.
35 * @brief Perform a system power off.
37 * This function will perform an immediate power off of the system. It is the
39 * be powered off. Any required wake up sources must be enabled before calling
/Zephyr-latest/subsys/settings/src/
Dsettings_line.c18 int (*read_cb)(void *ctx, off_t off, char *buf, size_t *len);
19 int (*write_cb)(void *ctx, off_t off, char const *buf, size_t len);
180 off_t off; in settings_line_raw_read_until() local
190 off = seek / rbs * rbs; in settings_line_raw_read_until()
195 rc = settings_io_cb.read_cb(cb_arg, off, temp_buf, &read_size); in settings_line_raw_read_until()
200 off = seek - off; in settings_line_raw_read_until()
201 len = read_size - off; in settings_line_raw_read_until()
206 pend = memchr(&temp_buf[off], *until_char, len); in settings_line_raw_read_until()
208 len = pend - &temp_buf[off]; in settings_line_raw_read_until()
213 memcpy(out, &temp_buf[off], len); in settings_line_raw_read_until()
[all …]
Dsettings_priv.h27 off_t off, void *cb_arg);
30 off_t off, void *cb_arg);
33 off_t off, void *cb_arg);
37 off_t off; member
76 * @param off from val_off (so within the value-string)
78 int settings_line_val_read(off_t val_off, off_t off, char *out, size_t len_req,
102 void settings_line_io_init(int (*read_cb)(void *ctx, off_t off, char *buf,
104 int (*write_cb)(void *ctx, off_t off, char const *buf,
/Zephyr-latest/samples/drivers/led/pwm/
Dsample.yaml18 - "Turned off"
21 - "Blinking on: ([0-9]+) msec, off: ([0-9]+) msec"
22 - "(Blinking on: ([0-9]+) msec, off: ([0-9]+) msec|Cycle period not supported)"
23 - "Turned off, loop end"
DREADME.rst21 - Turning off
24 - Blinking on: 0.1 sec, off: 0.1 sec
25 - Blinking on: 1 sec, off: 1 sec
26 - Turning off
/Zephyr-latest/dts/bindings/w1/
Dmaxim,ds2477_85_common.yaml16 - "off"
24 off: off (chip reset value)
33 - "off"
43 off: off (chip reset value)
/Zephyr-latest/include/zephyr/arch/common/
Dpm_s2ram.h26 * @brief System off function
29 * to power the system off after the CPU context has been saved.
31 * This function never returns if the system is powered off. If the operation
35 * @retval none The system is powered off.
36 * @retval -EBUSY The system is busy and cannot be powered off at this time.
45 * (retained) RAM before powering the system off using the provided function.
52 * @param system_off Function to power off the system.
64 * off.
/Zephyr-latest/subsys/fs/fcb/
Dfcb_elem_info.c27 uint32_t off; in fcb_elem_crc8() local
50 off = loc->fe_data_off; in fcb_elem_crc8()
52 for (; off < end; off += blk_sz) { in fcb_elem_crc8()
53 blk_sz = end - off; in fcb_elem_crc8()
58 rc = fcb_flash_read(_fcb, loc->fe_sector, off, tmp_str, blk_sz); in fcb_elem_crc8()
125 off_t off; in fcb_elem_info() local
131 off = loc->fe_data_off + fcb_len_in_flash(_fcb, loc->fe_data_len); in fcb_elem_info()
133 rc = fcb_flash_read(_fcb, loc->fe_sector, off, &fl_em, sizeof(fl_em)); in fcb_elem_info()
/Zephyr-latest/samples/boards/ti/cc13x2_cc26x2/system_off/
DREADME.rst2 :name: CC13x2/CC26x2 System Off
16 * Turn the system off after enabling wakeup through a button press
42 4. Device will turn off the external flash, which is on by default, to
45 6. Device will explicitly turn itself off by going into shutdown mode.
59 cc1352r1_launchxl system off demo
63 Entering system off (SHUTDOWN); press BUTTON1 to restart
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/src/
Dfs_mgmt.c86 size_t off; member
126 fs_mgmt_ctxt.off = 0; in fs_mgmt_cleanup()
174 static bool fs_mgmt_file_rsp(zcbor_state_t *zse, int rc, uint64_t off) in fs_mgmt_file_rsp() argument
183 return ok && zcbor_tstr_put_lit(zse, "off") && in fs_mgmt_file_rsp()
184 zcbor_uint64_put(zse, off); in fs_mgmt_file_rsp()
192 if (fs_mgmt_ctxt.len > 0 && fs_mgmt_ctxt.off >= fs_mgmt_ctxt.len) { in fs_mgmt_upload_download_finish_check()
208 uint64_t off = ULLONG_MAX; in fs_mgmt_file_download() local
218 ZCBOR_MAP_DECODE_KEY_DECODER("off", zcbor_uint64_decode, &off), in fs_mgmt_file_download()
236 if (!ok || off == ULLONG_MAX || name.len == 0 || name.len > (sizeof(path) - 1)) { in fs_mgmt_file_download()
279 fs_mgmt_ctxt.off = 0; in fs_mgmt_file_download()
[all …]
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/support/
Dappli_debug_cmd.gdb7 set confirm off
8 set pagination off
9 set remote interrupt-on-connect off
/Zephyr-latest/soc/mediatek/mt8xxx/
Dgen_img.py46 off = addr - sram_block
47 assert off < 0x100000
48 return off
69 off = soff
72 off = doff
78 end = off + len(dat)
84 buf[i + off] = dat[i]

12345678910>>...47