/Zephyr-latest/dts/bindings/misc/ |
D | nxp,s32-emios.yaml | 57 freeze; 114 freeze: 116 description: Freeze internal counter when the chip enters Debug mode.
|
/Zephyr-latest/soc/nuvoton/npcx/common/ |
D | soc_dbg.h | 15 * @brief Configure the Automatic Freeze mode. If this mode is enabled, whenever
|
/Zephyr-latest/dts/bindings/counter/ |
D | nxp,s32-sys-timer.yaml | 27 freeze:
|
/Zephyr-latest/soc/mediatek/mt8xxx/ |
D | mtk_adsp_load.py | 84 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/ |
D | release_process.rst | 126 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)
|
D | project_roles.rst | 254 …code freeze milestone (M3, see `program management overview <https://wiki.zephyrproject.org/Progra…
|
/Zephyr-latest/drivers/can/ |
D | Kconfig.mcux | 29 freeze mode.
|
D | can_mcux_flexcan.c | 292 /* 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/ |
D | counter_nxp_s32_sys_timer.c | 70 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/ |
D | nxp,s32-emios-pwm.yaml | 146 freeze: 148 description: Freeze individual internal counter when the chip enters Debug mode.
|
/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | cavstool.py | 69 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/ |
D | nxp_s32_emios.c | 72 .allowDebugMode = DT_PROP(node_id, freeze), \
|
/Zephyr-latest/soc/renesas/smartbond/da1469x/ |
D | soc.c | 157 /* Freeze watchdog until configured */ in soc_early_init_hook()
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_dw.h | 235 * to freeze the watchdog counter during pause mode. 561 * can be used to freeze the watchdog counter during pause mode.
|
/Zephyr-latest/.github/workflows/ |
D | twister.yaml | 200 pip freeze | tee -a $FREEZE_FILE
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_nxp_s32_emios.c | 729 .DebugMode = DT_PROP(node_id, freeze), \ 783 .FreezeEn = DT_PROP(node_id, freeze), \
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.zsh | 159 '--freeze[resolve into single manifest, with SHAs]'
|
D | west-completion.fish | 375 complete -c west -n "__zephyr_west_seen_subcommand_from manifest" -l freeze -d "resolve into single…
|
D | west-completion.bash | 539 --freeze
|
/Zephyr-latest/boards/intel/adsp/doc/ |
D | intel_adsp_generic.rst | 157 Zephyr on cAVS boards is remotely. The Linux host on the main CPU may freeze up
|
/Zephyr-latest/soc/nuvoton/npcx/common/reg/ |
D | reg_def.h | 1393 /* 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/ |
D | usb_dc_sam_usbhs.c | 374 /* Disable the USB controller and freeze the clock */ in usb_dc_detach()
|
/Zephyr-latest/doc/develop/west/ |
D | manifest.rst | 2201 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
|
D | release-notes.rst | 90 See :ref:`west-config-index` for details. The ``west manifest --freeze``
|
/Zephyr-latest/drivers/rtc/ |
D | rtc_pcf8523.c | 358 /* Freeze the time circuits */ in pcf8523_set_time()
|