/Zephyr-latest/drivers/pwm/ |
D | pwm_max31790.c | 29 static void max31790_set_fandynamics_speedrange(uint8_t *destination, uint8_t value) in max31790_set_fandynamics_speedrange() argument 34 *destination &= ~GENMASK(pos + length - 1, pos); in max31790_set_fandynamics_speedrange() 35 *destination |= FIELD_PREP(GENMASK(pos + length - 1, pos), value); in max31790_set_fandynamics_speedrange() 38 static void max31790_set_fandynamics_pwmrateofchange(uint8_t *destination, uint8_t value) in max31790_set_fandynamics_pwmrateofchange() argument 43 *destination &= ~GENMASK(pos + length - 1, pos); in max31790_set_fandynamics_pwmrateofchange() 44 *destination |= FIELD_PREP(GENMASK(pos + length - 1, pos), value); in max31790_set_fandynamics_pwmrateofchange() 47 static void max31790_set_pwmfrequency(uint8_t *destination, uint8_t channel, uint8_t value) in max31790_set_pwmfrequency() argument 52 *destination &= ~GENMASK(pos + length - 1, pos); in max31790_set_pwmfrequency() 53 *destination |= FIELD_PREP(GENMASK(pos + length - 1, pos), value); in max31790_set_pwmfrequency() 64 static void max31790_set_fanconfiguration_spinup(uint8_t *destination, uint8_t value) in max31790_set_fanconfiguration_spinup() argument [all …]
|
/Zephyr-latest/drivers/mfd/ |
D | mfd_max31790.c | 23 static void max31790_set_globalconfiguration_i2cwatchdog(uint8_t *destination, uint8_t value) in max31790_set_globalconfiguration_i2cwatchdog() argument 28 *destination &= ~GENMASK(pos + length - 1, pos); in max31790_set_globalconfiguration_i2cwatchdog() 29 *destination |= FIELD_PREP(GENMASK(pos + length - 1, pos), value); in max31790_set_globalconfiguration_i2cwatchdog()
|
D | mfd_tle9104.c | 118 static void tle9104_set_register_bits(uint8_t *destination, uint8_t pos, uint8_t length, in tle9104_set_register_bits() argument 121 *destination &= ~GENMASK(pos + length - 1, pos); in tle9104_set_register_bits() 122 *destination |= FIELD_PREP(GENMASK(pos + length - 1, pos), value); in tle9104_set_register_bits()
|
/Zephyr-latest/cmake/util/ |
D | fmerge.cmake | 3 # Merges a list of files into a destination file. 4 # Usage: list of files as arguments, first argument is the destination file
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.dw_axi_dmac | 39 set max number of source and destination data units supported
|
D | Kconfig.dw_common | 39 Some instances of the DesignWare DMAC require a mask applied to source/destination
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.nxp_s32_gmac | 89 bool "Multicast destination address filtering" 91 Enable support for multicast destination address filtering in the MAC.
|
D | Kconfig.stm32_hal | 163 based on a computed hash of the destination MAC address of
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/ |
D | test.dts | 404 // destination to make it a bit trickier 405 gpio-map = <1 2 &{/gpio-map/destination} 5 406 3 4 &{/gpio-map/destination} 6>; 408 destination {
|
D | test_edtlib.py | 621 destination = edt.get_node('/gpio-map/destination') 624 [(destination, {'val': 6}), 625 (destination, {'val': 5})])
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.ipv4 | 79 bool "Accept 0.0.0.0 broadcast destination address" 169 int "Number of IPv4 PMTU destination cache entries" 173 How many PMTU entries we can track for each destination address.
|
/Zephyr-latest/samples/drivers/ipm/ipm_ivshmem/ |
D | README.rst | 91 followed by the destination peer-id, to get the peer-id destination
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | heartbeat.rst | 49 the time. To receive a Heartbeat message, both the source and destination must
|
D | shell.rst | 57 * To set the destination address, call ``mesh target dst <Addr>``. 67 By setting the destination address to the local unicast address (``0x0001`` in the 94 The message will be sent to the current destination address, using the current network and 95 application key indexes. As the destination address points to the local unicast address by default, 96 the device will only send packets to itself. To change the destination address to the All Nodes 101 With the destination address set to ``0xffff``, any other mesh nodes in the network with the 105 To change the configuration of the device, the destination address must be set back to the 175 The target commands enables the user to monitor and set the target destination address, network 182 Get or set the message destination address. The destination address determines where mesh 185 …DstAddr``: If present, sets the new 16-bit mesh destination address. If omitted, the current desti… [all …]
|
/Zephyr-latest/subsys/net/l2/ethernet/ |
D | Kconfig | 79 the source and destination IP are both set to the IP of the machine 80 issuing the packet and the destination MAC is the broadcast address
|
/Zephyr-latest/samples/subsys/settings/ |
D | README.rst | 80 loading subtree to destination provided by the caller
|
/Zephyr-latest/samples/bluetooth/mesh_demo/ |
D | README.rst | 26 map nicely to displayed addresses and the list of destination addresses
|
/Zephyr-latest/cmake/ |
D | llext-edk.cmake | 59 # Overall idea is to place included files in the destination dir based on the source: 132 # Use destination parent, as the last part of the source directory is copied as well
|
/Zephyr-latest/samples/net/capture/ |
D | README.rst | 83 inet 198.51.100.2 netmask 255.255.255.0 destination 198.51.100.2 92 inet 203.0.113.2 netmask 255.255.255.0 destination 203.0.113.2
|
/Zephyr-latest/samples/subsys/zbus/remote_mock/ |
D | README.rst | 70 correct port destination (in Linux is something like ``/dev/tty...`` or in Windows ``COM...``).
|
/Zephyr-latest/samples/subsys/zbus/uart_bridge/ |
D | README.rst | 75 correct port destination (in Linux is something like ``/dev/tty...`` or in Windows ``COM...``).
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | coap_client.rst | 41 * destination address of the request or NULL if the socket is already connected.
|
/Zephyr-latest/doc/develop/getting_started/ |
D | index.rst | 407 Using the command options, you can specify the SDK installation destination 422 Using the command options, you can specify the SDK installation destination 437 Using the command options, you can specify the SDK installation destination
|
/Zephyr-latest/boards/ti/sk_am62/doc/ |
D | index.rst | 106 sudo cp --remove-destination zephyr.elf sdcard/lib/firmware/am62-mcu-m4f0_0-fw
|
/Zephyr-latest/boards/phytec/phyboard_electra/doc/ |
D | index.rst | 125 sudo cp --remove-destination zephyr.elf sdcard/lib/firmware/am64-mcu-m4f0_0-fw
|