Home
last modified time | relevance | path

Searched full:mandatory (Results 1 – 25 of 184) sorted by relevance

12345678

/Zephyr-latest/tests/net/lib/dns_addremove/src/
Dmain.c219 k_yield(); /* mandatory so that net_if send func gets to run */ in test_dns_do_not_add_add_callback6()
245 k_yield(); /* mandatory so that net_if send func gets to run */ in test_dns_add_callback6()
265 k_yield(); /* mandatory so that net_if send func gets to run */ in test_dns_remove_callback6()
284 k_yield(); /* mandatory so that net_if send func gets to run */ in test_dns_remove_none_callback6()
308 k_yield(); /* mandatory so that net_if send func gets to run */ in ZTEST()
325 k_yield(); /* mandatory so that net_if send func gets to run */ in ZTEST()
343 k_yield(); /* mandatory so that net_if send func gets to run */ in ZTEST()
367 k_yield(); /* mandatory so that net_if send func gets to run */ in ZTEST()
394 k_yield(); /* mandatory so that net_if send func gets to run */ in test_dns_do_not_add_add_callback()
419 k_yield(); /* mandatory so that net_if send func gets to run */ in test_dns_add_callback()
[all …]
/Zephyr-latest/include/zephyr/drivers/
Dedac.h48 * This is the mandatory API any EDAC driver needs to expose.
254 * @name Mandatory interfaces
257 * EDAC Mandatory Interfaces
269 * @retval -ENOSYS if the mandatory interface is not implemented
292 * @retval -ENOSYS if the mandatory interface is not implemented
315 * @retval -ENOSYS if the mandatory interface is not implemented
338 * @retval -ENOSYS if the mandatory interface is not implemented
358 * @retval -ENOSYS if the mandatory interface is not implemented
378 * @retval -ENOSYS if the mandatory interface is not implemented
401 * @retval -ENOSYS if the mandatory interface is not implemented
[all …]
Dled_strip.h87 * This is the mandatory API any LED strip driver needs to expose.
96 * @brief Mandatory function to update an LED strip with the given RGB array.
115 * until making it mandatory, function added after Zephyr 3.6 in led_strip_update_rgb()
157 * @brief Mandatory function to get chain length (in pixels) of an LED strip device.
/Zephyr-latest/include/zephyr/net/
Dlldp.h125 LLDP_TLV_CHASSIS_ID = 1, /**< Chassis ID (mandatory) */
126 LLDP_TLV_PORT_ID = 2, /**< Port ID (mandatory) */
127 LLDP_TLV_TTL = 3, /**< Time To Live (mandatory) */
170 struct net_lldp_chassis_tlv chassis_id; /**< Mandatory Chassis TLV */
171 struct net_lldp_port_tlv port_id; /**< Mandatory Port TLV */
172 struct net_lldp_time_to_live_tlv ttl; /**< Mandatory TTL TLV */
189 * @param tlv LLDP optional TLVs following mandatory part
/Zephyr-latest/samples/bluetooth/bap_unicast_server/
Dprj.conf21 # Mandatory to support at least 1 for ASCS
/Zephyr-latest/samples/bluetooth/cap_acceptor/
Dprj.conf15 # Mandatory to support at least 1 for ASCS
/Zephyr-latest/tests/bluetooth/audio/ascs/
Dprj.conf20 # Mandatory to support at least 1 for ASCS
/Zephyr-latest/dts/bindings/ethernet/
Ddavicom,dm8806-phy.yaml19 not mandatory to define all of them in device tree if there is no need to
37 but it is not mandatory to define all of them in device tree if there is
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dcfg_srv.rst11 The Configuration Server model is mandatory on all Bluetooth Mesh nodes, and
/Zephyr-latest/subsys/shell/backends/
Dshell_telnet_protocol.h21 /* Mandatory ones */
109 /** Mandatory IAC code */
/Zephyr-latest/subsys/logging/
DKconfig.template.log_config_inherit7 # The following arguments are mandatory:
/Zephyr-latest/samples/bluetooth/tmap_peripheral/
Dprj.conf23 # Mandatory to support at least 1 for ASCS
/Zephyr-latest/soc/intel/intel_adsp/cavs/
Dpower_down_cavs.S84 /* mandatory sequence for LDO ON - effectively executes:
117 /* mandatory sequence for LDO OFF - effectively executes:
/Zephyr-latest/soc/openisa/rv32m1/
Dvector_table.ld9 * Respect for CONFIG_ROM_START_OFFSET is mandatory
/Zephyr-latest/subsys/net/lib/lwm2m/
Ducifi_lpwan.h10 /* Mandatory resource: ID 6 - IEEE MAC address of the device (up to 64 bits) */
/Zephyr-latest/dts/bindings/dma/
Dnxp,edma.yaml30 # leave the MUX cell as 0. This is not mandatory for the driver as the
/Zephyr-latest/subsys/mgmt/osdp/
DKconfig.cp52 master Key. This is a mandatory key when secure channel is enabled.
/Zephyr-latest/cmake/
Dpristine.cmake10 mandatory arguments:
/Zephyr-latest/doc/contribute/
Dindex.rst25 This page is a mandatory read for first-time contributors as it contains important information on
30 This document is another mandatory read that describes the expected behavior of *all*
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_df_types.h16 * support 2US switching-sampling as mandatory.
/Zephyr-latest/samples/bluetooth/hap_ha/
Dprj.conf19 # Mandatory to support at least 1 for ASCS
/Zephyr-latest/include/zephyr/posix/
Dsched.h19 * Other mandatory scheduling policy. Must be numerically distinct. May
/Zephyr-latest/include/zephyr/shell/
Dshell.h57 * that only mandatory arguments shall be parsed and remaining command string is
112 uint8_t mandatory; /*!< Number of mandatory arguments. */ member
249 * @param[in] mandatory Number of mandatory arguments including command name.
253 mandatory, optional) \ argument
255 SHELL_CMD_ARG(syntax, subcmd, help, handler, mandatory, optional); \
280 * @param[in] mandatory Number of mandatory arguments including command name.
284 mandatory, optional) \ argument
289 mandatory, optional) \
396 * @param[in] _mand Number of mandatory arguments including command name.
425 * @param[in] _mand Number of mandatory arguments including command name.
[all …]
/Zephyr-latest/dts/bindings/sensor/
Dst,iis2iclx-common.yaml39 mandatory and if not present it defaults to 1 which is the
/Zephyr-latest/doc/hardware/peripherals/
Drtc.rst81 By default, only the mandatory setting and getting of time is enabled
92 only the mandatory features, the following command can be used for

12345678