/Zephyr-latest/include/zephyr/dt-bindings/gpio/ |
D | gpio.h | 39 /* 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-latest/tests/drivers/gpio/gpio_api_1pin/src/ |
D | test_config.c | 141 * - 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-latest/lib/posix/options/ |
D | Kconfig.xsi | 5 menu "X/Open system interfaces" 8 bool "X/Open single process" 19 bool "X/Open streams" 21 This option provides support for the X/Open Streams interface, including functions such as 28 bool "X/Open system logging" 37 bool "X/Open threads extensions"
|
/Zephyr-latest/tests/posix/fs/src/ |
D | test_fs_open_flags.c | 21 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() 31 TC_PRINT("Open on non-existent file, flags = O_RDONLY\n"); in test_file_open_flags() 32 fd = open(THE_FILE, O_RDONLY); in test_file_open_flags() 40 TC_PRINT("Open on non-existent file, flags = O_WRONLY\n"); in test_file_open_flags() 41 fd = open(THE_FILE, O_WRONLY); in test_file_open_flags() 50 TC_PRINT("Open on non-existent file, flags = O_RDWR\n"); in test_file_open_flags() 51 fd = open(THE_FILE, O_RDWR); in test_file_open_flags() 62 TC_PRINT("Open on non-existent file, flags = O_CREAT | O_WRONLY\n"); in test_file_open_flags() 63 fd = open(THE_FILE, O_CREAT | O_WRONLY, 0440); in test_file_open_flags() [all …]
|
/Zephyr-latest/include/zephyr/sys/ |
D | hash_map_oa_lp.h | 10 * @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-latest/dts/bindings/i3c/ |
D | nxp,mcux-i3c.yaml | 22 Open Drain Frequency for the I3C controller. When undefined, use 40 disable-open-drain-high-pp: 43 If false, open drain high time is 1 PPBAUD count, 45 If true, open drain high time is same as ODBAUD 46 so that open drain clock is 50% duty cycle.
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | silabs,dbus-pinctrl.yaml | 65 - drive-open-drain: Configure GPIO to open-drain (wired-AND) mode. 66 - drive-open-source: Configure GPIO to open-source (wired-OR) mode. 72 drive-open-source modes. 74 input-enable and drive-open-drain modes. 79 and drive-open-drain modes. 82 drive-open-drain modes. 100 - drive-open-drain 101 - drive-open-source 120 and drive-open-drain modes. 126 for this pin. May be used in drive-push-pull and drive-open-drain
|
D | ti,cc13xx-cc26xx-pinctrl.yaml | 27 - 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-latest/tests/drivers/i2c/i2c_target_api/boards/ |
D | xmc47_relax_kit.overlay | 53 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-latest/tests/drivers/w1/w1_api/boards/ |
D | nucleo_g0b1re.overlay | 9 * 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-latest/subsys/net/l2/ppp/ |
D | link.c | 38 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-latest/include/zephyr/sip_svc/ |
D | sip_svc.h | 22 * 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-latest/boards/ambiq/apollo4p_evb/ |
D | apollo4p_evb-pinctrl.dtsi | 34 drive-open-drain; 42 drive-open-drain; 50 drive-open-drain; 58 drive-open-drain; 66 drive-open-drain; 74 drive-open-drain; 82 drive-open-drain; 90 drive-open-drain;
|
/Zephyr-latest/.github/workflows/ |
D | stale_issue.yml | 14 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-latest/boards/rakwireless/rak11720/ |
D | rak11720_apollo3-pinctrl.dtsi | 22 drive-open-drain; 30 drive-open-drain; 38 drive-open-drain; 46 drive-open-drain; 54 drive-open-drain; 62 drive-open-drain;
|
/Zephyr-latest/lib/hash/ |
D | Kconfig.hash_map | 30 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-latest/boards/ambiq/apollo4p_blue_kxr_evb/ |
D | apollo4p_blue_kxr_evb-pinctrl.dtsi | 27 drive-open-drain; 35 drive-open-drain; 43 drive-open-drain; 51 drive-open-drain; 59 drive-open-drain; 67 drive-open-drain; 75 drive-open-drain;
|
/Zephyr-latest/tests/net/socket/ |
D | socket_helpers.h | 26 zassert_true(ret >= 0, "socket open failed"); in prepare_listen_sock_udp_v4() 45 zassert_true(ret >= 0, "socket open failed"); in prepare_listen_sock_udp_v6() 67 zassert_true(*sock >= 0, "socket open failed"); in prepare_sock_udp_v4() 85 zassert_true(*sock >= 0, "socket open failed"); in prepare_sock_udp_v6() 104 zassert_true(*sock >= 0, "socket open failed"); in prepare_sock_tcp_v4() 122 zassert_true(*sock >= 0, "socket open failed"); in prepare_sock_tcp_v6() 141 zassert_true(*sock >= 0, "socket open failed"); in prepare_sock_tls_v4() 160 zassert_true(*sock >= 0, "socket open failed"); in prepare_sock_tls_v6() 179 zassert_true(*sock >= 0, "socket open failed"); in prepare_sock_dtls_v4() 198 zassert_true(*sock >= 0, "socket open failed"); in prepare_sock_dtls_v6()
|
/Zephyr-latest/boards/ambiq/apollo3_evb/ |
D | apollo3_evb-pinctrl.dtsi | 28 drive-open-drain; 36 drive-open-drain; 44 drive-open-drain; 52 drive-open-drain; 60 drive-open-drain; 68 drive-open-drain;
|
/Zephyr-latest/dts/riscv/ite/ |
D | it8xxx2-pinctrl-map.dtsi | 147 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-latest/dts/bindings/i2c/ |
D | infineon,xmc4xxx-i2c.yaml | 35 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-latest/boards/microchip/mec1501modular_assy6885/ |
D | mec1501modular_assy6885-pinctrl.dtsi | 13 drive-open-drain; 17 drive-open-drain; 21 drive-open-drain; 25 drive-open-drain;
|
/Zephyr-latest/boards/microchip/mec15xxevb_assy6853/ |
D | mec15xxevb_assy6853-pinctrl.dtsi | 13 drive-open-drain; 17 drive-open-drain; 21 drive-open-drain; 25 drive-open-drain;
|
/Zephyr-latest/dts/bindings/gpio/ |
D | adi,max14906-gpio.yaml | 19 High-Side Open-Drain Output. READY is passive low when the internal 58 Enable or disable open-wire functionality per channel. 68 Enable or disable open-wire functionality per channel. 78 Enable or disable open-wire functionality per channel. 119 When the fault LEDs (FLEDs) are controlled internally (FLEDSet = 0), open- 176 Set the pullup current for open-wire and short-to-VDD detection 177 0: Set open-wire and short-to-VDD detection current to 60μA (typ) 178 1: Set open-wire and short-to-VDD detection current to 100μA (typ) 179 2: Set open-wire and short-to-VDD detection current to 300μA (typ) 180 3: Set open-wire and short-to-VDD detection current to 600μA (typ)
|
/Zephyr-latest/modules/ |
D | Kconfig.sof | 8 bool "Sound Open Firmware (SOF)" 11 Build Sound Open Firmware (SOF) support.
|