Home
last modified time | relevance | path

Searched refs:PS (Results 1 – 25 of 35) sorted by relevance

12

/Zephyr-latest/drivers/ps2/
DKconfig1 # PS/2 configuration options
7 bool "PS/2 drivers"
9 Include PS/2 drivers in system config.
21 int "PS/2 driver init priority"
24 PS/2 device driver initialization priority.
DKconfig.npcx12 Enable the NPCX family PS2 driver. It provides four PS/2 channels.
15 PS/2-compatible pointing device.The driver also depends on the KBC
21 int "PS/2 channel driver init priority"
24 PS/2 channel device driver initialization priority.
26 NPCX PS/2 controller device driver should initialize
/Zephyr-latest/doc/hardware/peripherals/
Dps2.rst4 PS/2
9 The PS/2 connector first hit the market in 1987 on
13 superseded PS/2 and is the modern peripheral device
15 with a PS/2 connector, Zephyr provides these PS/2 driver APIs.
/Zephyr-latest/samples/drivers/ps2/
DREADME.rst2 :name: PS/2 interface
5 Communicate with a PS/2 mouse.
10 This sample demonstrates how to use the :ref:`PS/2 API <ps2_api>`.
17 The sample can be built and executed on boards supporting PS/2.
18 It requires a correct fixture setup. Please connect a PS/2 mouse in order to
30 PS/2 test with mouse
/Zephyr-latest/subsys/secure_storage/
DKconfig78 prompt "Protected Storage (PS) API implementation"
82 bool "PS calls directly into the ITS"
84 The PS API doesn't have an implementation of its own, and directly calls into the ITS API.
85 This means that the implementation of the PS API will be identical to that of the ITS API.
88 bool "Custom PS implementation"
90 A custom implementation of the PS API is present.
97 bool "PS API implementation supports psa_ps_create() and psa_ps_set_extended()"
/Zephyr-latest/drivers/timer/
DKconfig.xlnx_psttc7 bool "Xilinx PS ttc timer support"
17 int "Xilinx PS ttc timer index"
/Zephyr-latest/scripts/coredump/gdbstubs/arch/
Dxtensa.py282 PS = 38 variable in GdbRegDef_Sample_Controller.RegNum
316 PS = 73 variable in GdbRegDef_ESP32.RegNum
349 PS = 70 variable in GdbRegDef_ESP32S2.RegNum
378 PS = 73 variable in GdbRegDef_ESP32S3.RegNum
419 PS = 74 variable in GdbRegDef_Intel_Adsp_CAVS_Zephyr.RegNum
459 PS = 742 variable in GdbRegDef_Intel_Adsp_CAVS_XCC.RegNum
494 PS = 42 variable in GdbRegDef_DC233C.RegNum
/Zephyr-latest/samples/tfm_integration/psa_protected_storage/
DREADME.rst4 Use the Protected Storage (PS) API to store encrypted data.
9 This sample demonstrates how the Protected Storage (PS) API can be used for storing data.
16 Using the PS API, this sample stores data to non-volatile storage. The sample shows how data can
19 TF-M includes a maximum number of PS records, set via ``PS_NUM_ASSETS`` (default 10 as of
/Zephyr-latest/arch/xtensa/core/
Dwindow_vectors.S102 rsr a2, PS
108 wsr a2, PS /* update PS.OWB to new window base */
Dcrt1.S111 wsr a3, PS
Dgdbstub.c63 PS = 230, enumerator
131 case PS: in read_sreg()
132 val = get_one_sreg(PS); in read_sreg()
Dxtensa_asm2_util.S251 rsr a0, PS
DREADME_WINDOWS.rst30 (yes, two; see below): the 2-bit CALLINC field of the PS register, and
/Zephyr-latest/doc/services/
Dsecure_storage.rst41 * does not yet provide an implementation of the Protected Storage (PS) API as of this writing.
43 Instead, the PS API directly calls into the Internal Trusted Storage (ITS) API
44 (unless a `custom implementation <#whole-api>`_ of the PS API is provided).
91 If you already have an implementation of the whole ITS or PS API and want to make use of it, you
95 * :kconfig:option:`CONFIG_SECURE_STORAGE_PS_IMPLEMENTATION_CUSTOM`, for the PS API.
/Zephyr-latest/samples/tfm_integration/tfm_psa_test/
DREADME.rst82 [Info] Executing PS tests
103 [Info] Executing PS tests
104 Test Case skipped as Optional PS APIs not are supported.
/Zephyr-latest/boards/microchip/mec1501modular_assy6885/
DKconfig.defconfig9 #PS/2 driver is compiled in terms of this flag.
/Zephyr-latest/samples/tfm_integration/tfm_regression_test/
DREADME.rst50 Running Test Suite PS reliability tests (TFM_PS_TEST_3XXX)...
65 Test suite 'PS reliability tests (TFM_PS_TEST_3XXX)' has PASSED
66 Test suite 'PS rollback protection tests (TFM_PS_TEST_4XXX)' has PASSED
/Zephyr-latest/boards/digilent/zybo/doc/
Dindex.rst83 the ``PS-SRST`` button), and initialize the Zynq-7000 series SoC by uploading and running the U-Boot
122 the ``PS-SRST`` button), and initialize the Zynq-7000 series SoC by uploading and running the U-Boot
/Zephyr-latest/boards/microchip/mec172xmodular_assy6930/doc/
Dmec172xmodular_assy6930.rst20 - 1 hardware driven PS/2 ports
66 | PS/2 | on-chip | ps2 |
/Zephyr-latest/boards/microchip/mec172xevb_assy6906/doc/
Dindex.rst26 - 1 Hardware Driven PS/2 Port
57 | PS/2 | on-chip | ps2 |
/Zephyr-latest/doc/services/tfm/
Doverview.rst106 Protected Storage (PS), and generally custom secure services that you implement
208 * Protected Storage (PS)
/Zephyr-latest/boards/microchip/mec15xxevb_assy6853/doc/
Dindex.rst31 - 5 independent Hardware Driven PS/2 Ports
63 | PS/2 | on-chip | ps2 |
/Zephyr-latest/drivers/wifi/nrf_wifi/
DKconfig.nrfwifi737 bool "PS-Poll frame-based mechanism to retrieve buffered data from AP"
795 whether to stay in PS (for a lower amount of buffered data) or exit PS (for a higher
/Zephyr-latest/boards/microchip/mec1501modular_assy6885/doc/
Dindex.rst21 - Independent Hardware Driven PS/2 Ports
/Zephyr-latest/samples/tfm_integration/tfm_ipc/
DREADME.rst247 Creating an empty PS flash layout.

12