Home
last modified time | relevance | path

Searched full:freeze (Results 1 – 25 of 35) sorted by relevance

12

/Zephyr-latest/dts/bindings/misc/
Dnxp,s32-emios.yaml57 freeze;
114 freeze:
116 description: Freeze internal counter when the chip enters Debug mode.
/Zephyr-latest/soc/nuvoton/npcx/common/
Dsoc_dbg.h15 * @brief Configure the Automatic Freeze mode. If this mode is enabled, whenever
/Zephyr-latest/dts/bindings/counter/
Dnxp,s32-sys-timer.yaml27 freeze:
/Zephyr-latest/soc/mediatek/mt8xxx/
Dmtk_adsp_load.py84 r.freeze()
111 self.cfg.freeze()
115 self.sec.freeze()
144 self.cfg.freeze()
148 self.sec.freeze()
198 def freeze(self): member in Regs
/Zephyr-latest/doc/project/
Drelease_process.rst126 feature freeze milestone. An issue labeled as a blocker practically blocks a
172 - Release owner announces feature freeze and timeline for release.
175 - Feature Freeze (RC1)
184 - Hard Freeze (RC3)
258 stabilization period. Feature freeze of regular releases happens 3-4 weeks
260 by 3 weeks with the feature freeze occurring 6-7 weeks before the anticipated
261 release date. The time between code freeze and release date is extended in this case.
274 - API Freeze (LTS - 2)
288 - Feature Freeze (LTS - 1)
Dproject_roles.rst254 …code freeze milestone (M3, see `program management overview <https://wiki.zephyrproject.org/Progra…
/Zephyr-latest/drivers/can/
DKconfig.mcux29 freeze mode.
Dcan_mcux_flexcan.c292 /* Delay this until start since setting the timing automatically exits freeze mode */ in mcux_flexcan_start()
337 /* Abort any pending TX frames before entering freeze mode */ in mcux_flexcan_stop()
804 /* The indidual RX mask registers can only be written in freeze mode */ in mcux_flexcan_add_rx_filter()
1219 /* Initialize in listen-only mode since FLEXCAN_{FD}Init() exits freeze mode */ in mcux_flexcan_init()
1245 /* Manually enter freeze mode, set normal mode, and clear error counters */ in mcux_flexcan_init()
/Zephyr-latest/drivers/counter/
Dcounter_nxp_s32_sys_timer.c70 bool freeze; member
356 STM_CR_FRZ(config->freeze) | in nxp_s32_sys_timer_init()
408 .freeze = DT_INST_PROP(n, freeze), \
/Zephyr-latest/dts/bindings/pwm/
Dnxp,s32-emios-pwm.yaml146 freeze:
148 description: Freeze individual internal counter when the chip enters Debug mode.
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool.py69 self.hda.freeze()
83 self.regs.freeze()
88 self.dbg0.freeze()
259 hda.freeze()
269 sd.freeze()
300 dsp.freeze()
372 # fields, call freeze(), then the field acts as a direct alias for the register!
378 def freeze(self): member in Regs
664 hdr.freeze()
/Zephyr-latest/drivers/misc/nxp_s32_emios/
Dnxp_s32_emios.c72 .allowDebugMode = DT_PROP(node_id, freeze), \
/Zephyr-latest/soc/renesas/smartbond/da1469x/
Dsoc.c157 /* Freeze watchdog until configured */ in soc_early_init_hook()
/Zephyr-latest/drivers/watchdog/
Dwdt_dw.h235 * to freeze the watchdog counter during pause mode.
561 * can be used to freeze the watchdog counter during pause mode.
/Zephyr-latest/.github/workflows/
Dtwister.yaml200 pip freeze | tee -a $FREEZE_FILE
/Zephyr-latest/drivers/pwm/
Dpwm_nxp_s32_emios.c729 .DebugMode = DT_PROP(node_id, freeze), \
783 .FreezeEn = DT_PROP(node_id, freeze), \
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.zsh159 '--freeze[resolve into single manifest, with SHAs]'
Dwest-completion.fish375 complete -c west -n "__zephyr_west_seen_subcommand_from manifest" -l freeze -d "resolve into single…
Dwest-completion.bash539 --freeze
/Zephyr-latest/boards/intel/adsp/doc/
Dintel_adsp_generic.rst157 Zephyr on cAVS boards is remotely. The Linux host on the main CPU may freeze up
/Zephyr-latest/soc/nuvoton/npcx/common/reg/
Dreg_def.h1393 /* 0x002: Debug Freeze Enable 1 */
1395 /* 0x003: Debug Freeze Enable 2 */
1397 /* 0x004: Debug Freeze Enable 3 */
1399 /* 0x005: Debug Freeze Enable 4 */
/Zephyr-latest/drivers/usb/device/
Dusb_dc_sam_usbhs.c374 /* Disable the USB controller and freeze the clock */ in usb_dc_detach()
/Zephyr-latest/doc/develop/west/
Dmanifest.rst2201 The ``--freeze`` action outputs a frozen manifest:
2205 west manifest --freeze [-o outfile]
2208 You can use ``--freeze`` to produce a frozen manifest that's equivalent to your
Drelease-notes.rst90 See :ref:`west-config-index` for details. The ``west manifest --freeze``
/Zephyr-latest/drivers/rtc/
Drtc_pcf8523.c358 /* Freeze the time circuits */ in pcf8523_set_time()

12