/Zephyr-Core-3.7.0/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-Core-3.7.0/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 | 114 static void tle9104_set_register_bits(uint8_t *destination, uint8_t pos, uint8_t length, in tle9104_set_register_bits() argument 117 *destination &= ~GENMASK(pos + length - 1, pos); in tle9104_set_register_bits() 118 *destination |= FIELD_PREP(GENMASK(pos + length - 1, pos), value); in tle9104_set_register_bits()
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/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 | 157 based on a computed hash of the destination MAC address of
|
/Zephyr-Core-3.7.0/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 | 538 destination = edt.get_node('/gpio-map/destination') 541 [(destination, {'val': 6}), 542 (destination, {'val': 5})])
|
/Zephyr-Core-3.7.0/drivers/dma/ |
D | Kconfig.dw_common | 39 Some instances of the DesignWare DMAC require a mask applied to source/destination
|
/Zephyr-Core-3.7.0/samples/drivers/ipm/ipm_ivshmem/ |
D | README.rst | 91 followed by the destination peer-id, to get the peer-id destination
|
/Zephyr-Core-3.7.0/subsys/net/l2/ethernet/ |
D | Kconfig | 71 the source and destination IP are both set to the IP of the machine 72 issuing the packet and the destination MAC is the broadcast address
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/samples/bluetooth/mesh_demo/ |
D | README.rst | 25 map nicely to displayed addresses and the list of destination addresses
|
/Zephyr-Core-3.7.0/samples/subsys/settings/ |
D | README.rst | 80 loading subtree to destination provided by the caller
|
/Zephyr-Core-3.7.0/cmake/ |
D | llext-edk.cmake | 59 # Overall idea is to place included files in the destination dir based on the source: 133 # Use destination parent, as the last part of the source directory is copied as well
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/samples/subsys/zbus/remote_mock/ |
D | README.rst | 70 correct port destination (in Linux is something like ``/dev/tty...`` or in Windows ``COM...``).
|
/Zephyr-Core-3.7.0/samples/subsys/zbus/uart_bridge/ |
D | README.rst | 75 correct port destination (in Linux is something like ``/dev/tty...`` or in Windows ``COM...``).
|
/Zephyr-Core-3.7.0/doc/connectivity/networking/api/ |
D | coap_client.rst | 41 * destination address of the request or NULL if the socket is already connected.
|
/Zephyr-Core-3.7.0/boards/phytec/phyboard_electra/doc/ |
D | index.rst | 123 sudo cp --remove-destination zephyr.elf sdcard/lib/firmware/am64-mcu-m4f0_0-fw
|
/Zephyr-Core-3.7.0/boards/ti/sk_am62/doc/ |
D | index.rst | 113 sudo cp --remove-destination zephyr.elf sdcard/lib/firmware/am62-mcu-m4f0_0-fw
|
/Zephyr-Core-3.7.0/tests/bluetooth/tester/src/btp/ |
D | btp_mesh.h | 424 uint16_t destination; member 448 uint16_t destination; member
|
/Zephyr-Core-3.7.0/boards/phytec/phyboard_lyra/doc/ |
D | phyboard_lyra_am62xx_m4.rst | 115 sudo cp --remove-destination zephyr.elf sdcard/lib/firmware/am62-mcu-m4f0_0-fw
|
/Zephyr-Core-3.7.0/subsys/net/ip/ |
D | Kconfig.ipv4 | 68 bool "Accept 0.0.0.0 broadcast destination address"
|