Home
last modified time | relevance | path

Searched full:open (Results 1 – 25 of 1044) sorted by relevance

12345678910>>...42

/Zephyr-Core-3.5.0/include/zephyr/dt-bindings/gpio/
Dgpio.h39 /* Configures GPIO output in single-ended mode (open drain or open source). */
44 /* Indicates single ended open drain mode (wired AND). */
46 /* Indicates single ended open source mode (wired OR). */
51 /** Configures GPIO output in open drain mode (wired AND).
53 * @note 'Open Drain' mode also known as 'Open Collector' is an output
58 /** Configures GPIO output in open source mode (wired OR).
60 * @note 'Open Source' is a term used by software engineers to describe output
61 * mode opposite to 'Open Drain'. It behaves like a switch that is either
/Zephyr-Core-3.5.0/tests/drivers/gpio/gpio_api_1pin/src/
Dtest_config.c141 * - Verify that pin configured in Open Drain mode and initialized
143 * as input is high. Drivers that do not support Open Drain flag
145 * - Setting pin configured in Open Drain mode to low results in
147 * - Verify that pin configured in Open Source mode and
149 * configured as input is high. Drivers that do not support Open
151 * - Verify that pin configured in Open Source mode and
153 * configured as input is low. Drivers that do not support Open
155 * - Setting pin configured in Open Source mode to high results in
157 * - Verify that pin configured in Open Drain mode and
159 * configured as input is low. Drivers that do not support Open
[all …]
/Zephyr-Core-3.5.0/tests/posix/fs/src/
Dtest_fs_open_flags.c21 TC_PRINT("Open of non-existent file, flags = 0\n"); in test_file_open_flags()
22 fd = open(THE_FILE, 0); in test_file_open_flags()
29 TC_PRINT("Open on non-existent file, flags = O_RDONLY\n"); in test_file_open_flags()
30 fd = open(THE_FILE, O_RDONLY); in test_file_open_flags()
36 TC_PRINT("Open on non-existent file, flags = O_WRONLY\n"); in test_file_open_flags()
37 fd = open(THE_FILE, O_WRONLY); in test_file_open_flags()
44 TC_PRINT("Open on non-existent file, flags = O_RDWR\n"); in test_file_open_flags()
45 fd = open(THE_FILE, O_RDWR); in test_file_open_flags()
54 TC_PRINT("Open on non-existent file, flags = O_CREAT | O_WRONLY\n"); in test_file_open_flags()
55 fd = open(THE_FILE, O_CREAT | O_WRONLY); in test_file_open_flags()
[all …]
/Zephyr-Core-3.5.0/include/zephyr/sys/
Dhash_map_oa_lp.h10 * @brief Open-Addressing / Linear Probe Hashmap Implementation
35 * @brief Declare a Open Addressing Linear Probe Hashmap (advanced)
37 * Declare a Open Addressing Linear Probe Hashmap with control over advanced parameters.
52 * @brief Declare a Open Addressing Linear Probe Hashmap (advanced)
54 * Declare a Open Addressing Linear Probe Hashmap with control over advanced parameters.
70 * @brief Declare a Open Addressing Linear Probe Hashmap statically
72 * Declare a Open Addressing Linear Probe Hashmap statically with default parameters.
82 * @brief Declare a Open Addressing Linear Probe Hashmap
84 * Declare a Open Addressing Linear Probe Hashmap with default parameters.
/Zephyr-Core-3.5.0/tests/drivers/i2c/i2c_target_api/boards/
Dxmc47_relax_kit.overlay53 drive-open-drain;
59 drive-open-drain;
70 /delete-property/ drive-open-drain;
76 drive-open-drain;
81 /delete-property/ drive-open-drain;
87 drive-open-drain;
/Zephyr-Core-3.5.0/dts/bindings/pinctrl/
Dti,cc13xx-cc26xx-pinctrl.yaml27 - drive-open-drain: Output driver is open-drain.
28 - drive-open-drain: Output driver is open-source.
39 We want to configure the I2C pins to open drain, with pullup enabled
57 drive-open-drain;
102 - drive-open-drain
103 - drive-open-source
/Zephyr-Core-3.5.0/subsys/net/l2/ppp/
Dlink.c38 if (proto->open) { in do_network()
39 proto->open(ctx); in do_network()
55 if (proto->open) { in do_network()
57 proto->open(ctx); in do_network()
65 proto->close(ctx, "No network protocols open"); in do_network()
88 if (proto->open) { in do_auth()
89 proto->open(ctx); in do_auth()
/Zephyr-Core-3.5.0/tests/drivers/w1/w1_api/boards/
Dnucleo_g0b1re.overlay9 * enable open-drain drive such that no external push-pull to
10 * open-drain converter is required. An external pull-up resistor
14 drive-open-drain;
/Zephyr-Core-3.5.0/include/zephyr/sip_svc/
Dsip_svc.h22 * The client must open a channel before sending any request and
32 * - OPEN : The client will switch from IDLE to OPEN once it
33 * successfully open the channel. On the other hand, it
34 * will switch from OPEN to IDLE state once it successfully
40 * re-open the channel when in ABORT state/
66 * use the token to open the channel on the service and communicate
98 * @brief Client requests to open a channel on ARM SiP service.
100 * Client must open a channel before sending any request via
117 * @retval -EALREADY client state is already open.
133 * @retval -EPROTO client is not in OPEN state.
[all …]
/Zephyr-Core-3.5.0/dts/riscv/ite/
Dit8xxx2-pinctrl-map.dtsi147 drive-open-drain;
152 drive-open-drain;
157 drive-open-drain;
162 drive-open-drain;
167 drive-open-drain;
172 drive-open-drain;
177 drive-open-drain;
182 drive-open-drain;
187 drive-open-drain;
192 drive-open-drain;
[all …]
/Zephyr-Core-3.5.0/.github/workflows/
Dstale_issue.yml14 stale-pr-message: 'This pull request has been marked as stale because it has been open (more
17 closed in 14 days. Note, that you can always re-open a closed pull request at any time.'
18 stale-issue-message: 'This issue has been marked as stale because it has been open (more
21 14 days. Note, that you can always re-open a closed issue at any time.'
/Zephyr-Core-3.5.0/lib/hash/
DKconfig.hash_map30 bool "Open-Addressing / Linear Probe Hashmap"
32 Open-Addressing Hashmaps do not chain entries together but instead
36 The main advantage of Open-Addressing Hashmaps are due to their
59 bool "Default hash is Open-Addressing / Linear Probe"
/Zephyr-Core-3.5.0/tests/net/socket/
Dsocket_helpers.h20 zassert_true(ret >= 0, "socket open failed"); in prepare_listen_sock_udp_v4()
39 zassert_true(ret >= 0, "socket open failed"); in prepare_listen_sock_udp_v6()
61 zassert_true(*sock >= 0, "socket open failed"); in prepare_sock_udp_v4()
79 zassert_true(*sock >= 0, "socket open failed"); in prepare_sock_udp_v6()
98 zassert_true(*sock >= 0, "socket open failed"); in prepare_sock_tcp_v4()
116 zassert_true(*sock >= 0, "socket open failed"); in prepare_sock_tcp_v6()
135 zassert_true(*sock >= 0, "socket open failed"); in prepare_sock_tls_v4()
154 zassert_true(*sock >= 0, "socket open failed"); in prepare_sock_tls_v6()
173 zassert_true(*sock >= 0, "socket open failed"); in prepare_sock_dtls_v4()
192 zassert_true(*sock >= 0, "socket open failed"); in prepare_sock_dtls_v6()
/Zephyr-Core-3.5.0/boards/arm/apollo4p_evb/
Dapollo4p_evb-pinctrl.dtsi22 drive-open-drain;
30 drive-open-drain;
38 drive-open-drain;
46 drive-open-drain;
54 drive-open-drain;
62 drive-open-drain;
70 drive-open-drain;
78 drive-open-drain;
/Zephyr-Core-3.5.0/dts/bindings/i2c/
Dinfineon,xmc4xxx-i2c.yaml35 The pinctrl nodes need to be configured as open-drain and
40 drive-open-drain;
46 drive-open-drain;
111 The pins should set to open-drain and hwctrl should be disabled.
115 drive-open-drain;
145 to open-drain while the input pins (dx0 and dx1) should not include this setting.
149 drive-open-drain;
155 drive-open-drain;
/Zephyr-Core-3.5.0/boards/arm/mec1501modular_assy6885/
Dmec1501modular_assy6885-pinctrl.dtsi13 drive-open-drain;
17 drive-open-drain;
21 drive-open-drain;
25 drive-open-drain;
/Zephyr-Core-3.5.0/boards/arm/mec15xxevb_assy6853/
Dmec15xxevb_assy6853-pinctrl.dtsi13 drive-open-drain;
17 drive-open-drain;
21 drive-open-drain;
25 drive-open-drain;
/Zephyr-Core-3.5.0/modules/
DKconfig.sof5 bool "Sound Open Firmware (SOF)"
7 Build Sound Open Firmware (SOF) support.
/Zephyr-Core-3.5.0/scripts/
Dmake_bugs_pickle.py27 A helper script which loads all open bugs in the
46 return list(zephyr_repo.get_issues(state='open', labels=['bug']))
50 return open(sys.stdout.fileno(), 'wb', closefd=False)
52 return open(args.out_file, 'wb')
/Zephyr-Core-3.5.0/boards/arm/apollo4p_blue_kxr_evb/
Dapollo4p_blue_kxr_evb-pinctrl.dtsi22 drive-open-drain;
30 drive-open-drain;
38 drive-open-drain;
46 drive-open-drain;
54 drive-open-drain;
62 drive-open-drain;
70 drive-open-drain;
/Zephyr-Core-3.5.0/include/zephyr/modem/
Dpipe.h57 modem_pipe_api_open open; member
93 * @brief Open pipe
97 * @retval 0 if pipe was successfully opened or was already open
103 * @brief Open pipe asynchronously
110 * @retval 0 if pipe open was called successfully or pipe was already open
167 * @retval 0 if pipe open was called closed or pipe was already closed
/Zephyr-Core-3.5.0/scripts/coredump/
Dcoredump_serial_log_parser.py32 infile = open(args.infile, "r")
34 print(f"ERROR: Cannot open input file: {args.infile}, exiting...")
37 outfile = open(args.outfile, "wb")
39 print(f"ERROR: Cannot open output file for write: {args.outfile}, exiting...")
/Zephyr-Core-3.5.0/lib/posix/
DKconfig.fs14 int "Maximum number of open file descriptors"
18 Maximum number of open files. Note that this setting
/Zephyr-Core-3.5.0/tests/subsys/fs/fat_fs_api/src/
Dtest_fat_file_reentrant.c43 /* File open should wait here, as the fs is locked. Therefore, automatic switch back to in test_reentrant_access()
46 TC_PRINT("Open file\n"); in test_reentrant_access()
53 "File open with locked mutex"); in test_reentrant_access()
72 TC_PRINT("Open file 1\n"); in test_reentrant_parallel_file_access()
123 TC_PRINT("Mutex thread: Lock acquired, yield to switch back to try to open file\n"); in tlock_mutex()
146 /* open 2nd file */ in tfile2_access()
147 TC_PRINT("Open file 2\n"); in tfile2_access()
/Zephyr-Core-3.5.0/
DCONTRIBUTING.rst4 As an open-source project, we welcome and encourage the community to submit
5 patches directly to the project. In our collaborative open source environment,
13 * Zephyr uses the permissive open source `Apache 2.0 license`_

12345678910>>...42