Searched +full:write +full:- +full:watermark (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/dts/bindings/sdhc/ |
D | nxp,imx-usdhc.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "nxp,imx-usdhc" 8 include: [sdhc.yaml, pinctrl-device.yaml] 14 data-timeout: 20 read-watermark: 24 Number of words used as read watermark level in FIFO queue for USDHC 26 write-watermark: 30 Number of words used as write watermark level in FIFO queue for USDHC 41 pwr-gpios: 42 type: phandle-array [all …]
|
/Zephyr-latest/drivers/sensor/tdk/icm42688/ |
D | icm42688_common.c | 6 * SPDX-License-Identifier: Apache-2.0 24 const struct icm42688_dev_cfg *dev_cfg = dev->config; in icm42688_reset() 26 /* start up time for register read/write after POR is 1ms and supply ramp time is 3ms */ in icm42688_reset() 29 /* perform a soft reset to ensure a clean slate, reset bit will auto-clear */ in icm42688_reset() 30 res = icm42688_spi_single_write(&dev_cfg->spi, REG_DEVICE_CONFIG, BIT_SOFT_RESET); in icm42688_reset() 33 LOG_ERR("write REG_SIGNAL_PATH_RESET failed"); in icm42688_reset() 41 res = icm42688_spi_read(&dev_cfg->spi, REG_INT_STATUS, &value, 1); in icm42688_reset() 49 return -EINVAL; in icm42688_reset() 52 res = icm42688_spi_read(&dev_cfg->spi, REG_WHO_AM_I, &value, 1); in icm42688_reset() 59 return -EINVAL; in icm42688_reset() [all …]
|
/Zephyr-latest/include/zephyr/net/ |
D | socket.h | 9 * Copyright (c) 2017-2018 Linaro Limited 12 * SPDX-License-Identifier: Apache-2.0 75 /** zsock_recv/zsock_send: Override operation to non-blocking */ 85 /* Well-known values, e.g. from Linux man 2 shutdown: 118 /** Write-only socket option to set hostname. It accepts a string containing 129 /** Read-only socket option to read a ciphersuite chosen during TLS handshake. 134 /** Write-only socket option to set peer verification level for TLS connection. 137 * - 0 - none 138 * - 1 - optional 139 * - 2 - required [all …]
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_kw41z.c | 1 /* ieee802154_kw41z.c - NXP KW41Z driver */ 6 * SPDX-License-Identifier: Apache-2.0 35 * For non-invasive tracing of IRQ events. Sometimes the print logs 65 ZLL->EVENT_TMR >> ZLL_EVENT_TMR_EVENT_TMR_SHIFT; \ 92 #define KW41Z_OUTPUT_POWER_MIN (-31) 127 1, /* -31.1 dBm: -31 */ 128 2, 2, 2, 2, 2, 2, 2, /* -25.0 dBm: -30, -29, -28, -27, -26, -25 */ 129 4, 4, 4, 4, 4, /* -19.0 dBm: -24, -23, -22, -21, -20, -19 */ 130 6, 6, 6, /* -15.6 dBm: -18, -17, -16 */ 131 8, 8, /* -13.1 dBm: -15, -14 */ [all …]
|