Home
last modified time | relevance | path

Searched full:protect (Results 1 – 25 of 106) sorted by relevance

12345

/Zephyr-latest/drivers/flash/
Dflash_stm32wbx.c99 * When the PESD bit mechanism is used by CPU2 to protect its in write_dword()
107 * used to protect the CPU2 timing. in write_dword()
122 * processing to protect some latency in critical code in write_dword()
135 * protect its timing. If the semaphore is locked, the in write_dword()
139 * to protect its timing, therefore, it is useless to in write_dword()
173 * opportunity to CPU2 to protect its timing in write_dword()
236 * When the PESD bit mechanism is used by CPU2 to protect its in erase_page()
244 * used to protect the CPU2 timing. in erase_page()
259 * processing to protect some latency in critical code in erase_page()
272 * protect its timing. If the semaphore is locked, the in erase_page()
[all …]
/Zephyr-latest/dts/bindings/usb/uac2/
Dzephyr,uac2-output-terminal.yaml32 copy-protect-control:
34 description: Copy Protect Control capabilities
Dzephyr,uac2-input-terminal.yaml28 copy-protect-control:
30 description: Copy Protect Control capabilities
/Zephyr-latest/doc/hardware/peripherals/edac/
Dibecc.rst32 * OPERATION_MODE = 0x0 sets functional mode to protect requests based on
38 * OPERATION_MODE = 0x2 sets functional mode to protect all requests and ignore
73 that no locking mechanism can protect code against an NMI happening. Zephyr's
/Zephyr-latest/soc/renesas/rzt2m/
Dsoc.h19 /* Safety area protect register */
25 /* Non-safety area protect register */
Dsoc.c95 /* Unlock the Protect Registers in soc_early_init_hook()
98 /* After the device drivers are done, lock the Protect Registers. */ in soc_early_init_hook()
/Zephyr-latest/include/zephyr/drivers/
Dhwspinlock.h66 * be called before a critical section that we want to protect.
92 * called before a critical section that we want to protect.
113 * be called after a critical section that we want to protect.
/Zephyr-latest/boards/sipeed/longan_nano/support/
Dopenocd.cfg24 flash protect 0 0 last off
/Zephyr-latest/soc/nuvoton/npcx/common/
Dsoc_pins.h51 * @brief Force the internal SPI flash write-protect pin (WP) to low level to
52 * protect the flash Status registers.
/Zephyr-latest/samples/drivers/led/apa102c_bitbang/src/
Dmain.c16 * Protect your eyes and do not look directly into those LEDs.
35 /* The LED is very bright. So to protect the eyes,
/Zephyr-latest/dts/bindings/mtd/
Datmel,at2x-base.yaml26 GPIO to which the write-protect pin of the chip is connected.
Dfujitsu,mb85rcxx.yaml28 description: GPIO to which the write-protect pin of the chip is connected.
/Zephyr-latest/dts/bindings/sdhc/
Drenesas,ra-sdhc.yaml32 write-protect:
/Zephyr-latest/doc/kernel/usermode/
Doverview.rst17 - The kernel can protect against many unintentional programming errors which
32 'user mode') we aim to protect against the following:
109 - We can't protect against mistakes made in memory domain configuration done in
118 - We do not protect against denial of service attacks through thread CPU
/Zephyr-latest/boards/sifive/hifive1/support/
Dopenocd.cfg19 flash protect 0 64 last off
/Zephyr-latest/include/zephyr/drivers/mm/
Dmm_drv_bank.h15 * to protect the data when using these APIs.
33 * to protect the data when using these APIs.
/Zephyr-latest/boards/shields/x_nucleo_eeprma2/doc/
Dindex.rst32 The SPI EEPROM devices can write protect complete memory blocks by setting
33 the corresponding block protect bits in the status register.
/Zephyr-latest/drivers/clock_control/
Dclock_control_renesas_cpg_mssr.h82 /* CPG write protect offset */
102 /* CPG write protect offset */
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dconnection_mgmt.rst20 :c:func:`bt_conn_le_create_synced`. To protect against this, use the
/Zephyr-latest/soc/st/stm32/common/
Dstm32_hsem.h24 * CPU2 is using PES bit. By default, CPU2 is using the PES bit to protect its
32 * erase data in flash. In order to protect its timing, the CPU1 may get this
/Zephyr-latest/subsys/llext/
Dllext.c80 * Note, that while we protect the global llext list while searching, we release
82 * a responsibility of the caller to protect against races with a freeing
270 /* FIXME: protect the global list */ in llext_unload()
/Zephyr-latest/samples/userspace/shared_mem/
DREADME.rst4 Use memory partitioning to protect memory between threads.
/Zephyr-latest/doc/security/
Dhardening-tool.rst7 process, known as "hardening", involves strengthening the security of a system to protect it from
/Zephyr-latest/samples/drivers/spi_fujitsu_fram/src/
Dmain.c105 /* disable write protect */ in write_bytes()
109 printk("unable to disable write protect\n"); in write_bytes()
/Zephyr-latest/tests/kernel/common/src/
Dtimeout_order.c27 /* no need to protect cur, all threads have the same prio */ in thread()

12345