Home
last modified time | relevance | path

Searched +full:yyy +full:- +full:zzz (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/subsys/logging/log_links/src/
Dmain.c4 * SPDX-License-Identifier: Apache-2.0
65 { .source = "yyy", .clevel = 2, .rlevel = 2},
66 { .source = "zzz", .clevel = 4, .rlevel = 1},
79 { .source = "yyy", .clevel = 2, .rlevel = 2},
80 { .source = "zzz", .clevel = 2, .rlevel = 1},
136 domains_a[0]->source_cnt, in ZTEST()
137 domains_a[1]->source_cnt, in ZTEST()
138 domains_b[0]->source_cnt, in ZTEST()
165 test_single_compile_level(1, 0, domains_a[0]->sources[0].clevel); in ZTEST()
166 test_single_compile_level(1, 1, domains_a[0]->sources[1].clevel); in ZTEST()
[all …]
/Zephyr-latest/dts/bindings/pinctrl/
Dinfineon,cat1-pinctrl.yaml4 # SPDX-License-Identifier: Apache-2.0
11 UART0 RX to a particular port/pin and enable the pull-up resistor on that
22 'bias-pull-up' property. Here is a list of the supported standard pin
24 * bias-high-impedance
25 * bias-pull-up
26 * bias-pull-down
27 * drive-open-drain
28 * drive-open-source
29 * drive-push-pull (strong)
30 * input-enable (input-buffer)
[all …]