Home
last modified time | relevance | path

Searched refs:destination (Results 1 – 25 of 55) sorted by relevance

123

/Zephyr-latest/drivers/pwm/
Dpwm_max31790.c29 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/
Dmfd_max31790.c23 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()
Dmfd_tle9104.c118 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/
Dfmerge.cmake3 # 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/
DKconfig.dw_axi_dmac39 set max number of source and destination data units supported
DKconfig.dw_common39 Some instances of the DesignWare DMAC require a mask applied to source/destination
/Zephyr-latest/drivers/ethernet/
DKconfig.nxp_s32_gmac89 bool "Multicast destination address filtering"
91 Enable support for multicast destination address filtering in the MAC.
DKconfig.stm32_hal163 based on a computed hash of the destination MAC address of
/Zephyr-latest/scripts/dts/python-devicetree/tests/
Dtest.dts404 // 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 {
Dtest_edtlib.py621 destination = edt.get_node('/gpio-map/destination')
624 [(destination, {'val': 6}),
625 (destination, {'val': 5})])
/Zephyr-latest/subsys/net/ip/
DKconfig.ipv479 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/
DREADME.rst91 followed by the destination peer-id, to get the peer-id destination
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dheartbeat.rst49 the time. To receive a Heartbeat message, both the source and destination must
Dshell.rst57 * 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/
DKconfig79 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/
DREADME.rst80 loading subtree to destination provided by the caller
/Zephyr-latest/samples/bluetooth/mesh_demo/
DREADME.rst26 map nicely to displayed addresses and the list of destination addresses
/Zephyr-latest/cmake/
Dllext-edk.cmake59 # 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/
DREADME.rst83 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/
DREADME.rst70 correct port destination (in Linux is something like ``/dev/tty...`` or in Windows ``COM...``).
/Zephyr-latest/samples/subsys/zbus/uart_bridge/
DREADME.rst75 correct port destination (in Linux is something like ``/dev/tty...`` or in Windows ``COM...``).
/Zephyr-latest/doc/connectivity/networking/api/
Dcoap_client.rst41 * destination address of the request or NULL if the socket is already connected.
/Zephyr-latest/doc/develop/getting_started/
Dindex.rst407 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/
Dindex.rst106 sudo cp --remove-destination zephyr.elf sdcard/lib/firmware/am62-mcu-m4f0_0-fw
/Zephyr-latest/boards/phytec/phyboard_electra/doc/
Dindex.rst125 sudo cp --remove-destination zephyr.elf sdcard/lib/firmware/am64-mcu-m4f0_0-fw

123