Home
last modified time | relevance | path

Searched full:pp (Results 1 – 25 of 52) sorted by relevance

123

/Zephyr-latest/tests/subsys/fs/common/
Dtest_fs_util.c13 static const char *path_vextend(struct testfs_path *pp, in path_vextend() argument
17 const char *endp = pp->path + sizeof(pp->path); in path_vextend()
21 char *eos = pp->eos; in path_vextend()
25 char *sp = strrchr(pp->path, '/'); in path_vextend()
27 if (sp == pp->path) { in path_vextend()
41 pp->eos = eos; in path_vextend()
45 return pp->path; in path_vextend()
48 const char *testfs_path_init(struct testfs_path *pp, in testfs_path_init() argument
55 pp->path[0] = '/'; in testfs_path_init()
56 pp->eos = pp->path + 1; in testfs_path_init()
[all …]
Dtest_fs_util.h53 * @param pp a pointer to the path structure.
62 const char *testfs_path_init(struct testfs_path *pp,
79 * @param pp a pointer to the path structure.
86 const char *testfs_path_extend(struct testfs_path *pp,
256 * @param pp the path to a directory in the file system.
267 int testfs_bcmd_verify_layout(struct testfs_path *pp,
/Zephyr-latest/dts/bindings/flash_controller/
Dst,stm32-ospi-nor.yaml69 - "PP" # Page program, PP (0x02) up to 256 bytes
70 - "PP_1_1_2" # Dual page program, PP 1-1-2 (0xA2)
71 - "PP_1_1_4" # Quad data line SPI, PP 1-1-4 (0x32)
72 - "PP_1_4_4" # Quad data line SPI, PP 1-4-4 (0x38)
86 * OSPI_SPI_MODE -> PP 1-1-1 (0x02)
87 * OSPI_DUAL_MODE -> PP 1-1-2 (0xA2)
88 * OSPI_QUAD_MODE -> PP 1-4-4 (0x38)
98 * PP 1-1-1 (0x02) -> PP 1-1-1 4B (0x12)
99 * PP 1-1-4 (0x32) -> PP 1-1-4 4B (0x34)
100 * PP 1-4-4 (0x38) -> PP 1-4-4 4B (0x3E)
Dst,stm32-qspi-nor.yaml53 - "PP_1_1_4" # Quad data line SPI, PP 1-1-4 (0x32)
54 - "PP_1_4_4" # Quad data line SPI, PP 1-4-4 (0x38)
/Zephyr-latest/lib/os/
Dp4wq.c147 STRUCT_SECTION_FOREACH(k_p4wq_initparam, pp) { in static_init()
148 for (int i = 0; i < pp->num; i++) { in static_init()
149 uintptr_t ssz = K_THREAD_STACK_LEN(pp->stack_size); in static_init()
150 struct k_p4wq *q = pp->flags & K_P4WQ_QUEUE_PER_THREAD ? in static_init()
151 pp->queue + i : pp->queue; in static_init()
153 if (!i || (pp->flags & K_P4WQ_QUEUE_PER_THREAD)) { in static_init()
157 q->flags = pp->flags; in static_init()
167 k_p4wq_add_thread(q, &pp->threads[i], in static_init()
168 &pp->stacks[ssz * i], in static_init()
169 pp->stack_size); in static_init()
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Disoal.c1456 struct isoal_pdu_production *pp; in isoal_source_deallocate() local
1466 pp = &source->pdu_production; in isoal_source_deallocate()
1468 if (pp->pdu_available > 0) { in isoal_source_deallocate()
1471 source->session.pdu_release(pp->pdu.contents.handle, in isoal_source_deallocate()
1739 struct isoal_pdu_production *pp; in isoal_tx_allocate_pdu() local
1745 pp = &source->pdu_production; in isoal_tx_allocate_pdu()
1746 pdu = &pp->pdu; in isoal_tx_allocate_pdu()
1749 const bool pdu_complete = (pp->pdu_available == 0); in isoal_tx_allocate_pdu()
1770 pp->pdu_written = 0; in isoal_tx_allocate_pdu()
1771 pp->pdu_available = available_len; in isoal_tx_allocate_pdu()
[all …]
/Zephyr-latest/dts/bindings/mtd/
Dnordic,qspi-nor.yaml49 - "pp" # Single data line SPI, PP (0x02)
55 If not provided pp will be selected.
/Zephyr-latest/dts/bindings/stepper/adi/
Dadi,trinamic-gconf.yaml55 0: Outputs INT and PP are tristated.
56 1: Position compare pulse (PP) and interrupt output (INT) are available
/Zephyr-latest/dts/bindings/i3c/
Dnxp,mcux-i3c.yaml40 disable-open-drain-high-pp:
/Zephyr-latest/dts/bindings/pinctrl/
Dite,it8xxx2-pinctrl-func.yaml38 pp-od-mask:
/Zephyr-latest/boards/nordic/thingy53/
Dthingy53_nrf5340_common.dtsi277 /* MX25R64 supports only pp and pp4io */
278 /* Thingy:53 supports only pp and pp2o options */
279 writeoc = "pp";
/Zephyr-latest/tests/drivers/flash/common/boards/
Dnrf52840dk_mx25l51245g.overlay45 /* MX25L5145G supports only pp and pp4io */
/Zephyr-latest/doc/security/
Dsecurity-citations.rst10 9, pp. 1278-1308, Sep 1975. [Online].
/Zephyr-latest/subsys/bluetooth/mesh/
Dod_priv_proxy_srv.c31 return bt_mesh_model_data_store(od_priv_proxy_srv, false, "pp", data, len); in od_priv_proxy_store()
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dstm32f1-pinctrl.h67 * GPIO Output PP/OD [ 5 ]
/Zephyr-latest/boards/nordic/nrf5340dk/
Dnrf5340_cpuapp_common.dtsi120 /* MX25R64 supports only pp and pp4io */
/Zephyr-latest/dts/riscv/ite/
Dit81xx2.dtsi330 pp-od-mask = <NO_FUNC>;
339 pp-od-mask = <BIT(0)>;
348 pp-od-mask = <BIT(0)>;
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py1335 pp: Dict[str, str] = {}
1337 pp["type"] = "boolean"
1339 pp["type"] = "uint8-array"
1341 pp["type"] = "int"
1343 pp["type"] = "array"
1345 pp["type"] = "string"
1347 pp["type"] = "string-array"
1349 pp["type"] = "phandle"
1351 pp["type"] = "phandles"
1353 pp["type"] = "phandle-array"
[all …]
/Zephyr-latest/boards/u-blox/ubx_bmd340eval/
Dubx_bmd340eval_nrf52840.dts231 /* MX25R64 supports only pp and pp4io */
/Zephyr-latest/boards/u-blox/ubx_bmd345eval/
Dubx_bmd345eval_nrf52840.dts250 /* MX25R64 supports only pp and pp4io */
/Zephyr-latest/modules/nrf_wifi/bus/
Dspi_if.c33 0x02, /* PP opcode */ in spim_xfer_tx()
/Zephyr-latest/boards/panasonic/pan1783/
Dpan1783_nrf5340_cpuapp_common.dtsi226 /* MX25R64 supports only pp and pp4io */
/Zephyr-latest/boards/nordic/nrf52840dk/
Dnrf52840dk_nrf52840.dts244 /* MX25R64 supports only pp and pp4io */
/Zephyr-latest/drivers/fpga/
Dfpga_ice40_bitbang.c118 * pp 15-21.
/Zephyr-latest/boards/ezurio/bl5340_dvk/
Dbl5340_dvk_nrf5340_cpuapp_common.dtsi301 /* MX25R64 supports only pp and pp4io */

123