Home
last modified time | relevance | path

Searched full:fields (Results 1 – 25 of 566) sorted by relevance

12345678910>>...23

/Zephyr-latest/subsys/tracing/ctf/tsdl/
Dmetadata28 fields := struct {
37 fields := struct {
46 fields := struct {
57 fields := struct {
66 fields := struct {
75 fields := struct {
84 fields := struct {
92 fields := struct {
101 fields := struct {
110 fields := struct {
[all …]
/Zephyr-latest/subsys/bluetooth/host/classic/
Davrcp_internal.h69 /** Taken together, the subunit_type and subunit_ID fields define the command recipient’s address
70 * within the target. These fields enable the target to determine whether the command is
72 * fields remain unchanged in the response frame.
75 /** Taken together, the subunit_type and subunit_ID fields define the command recipient’s address
76 * within the target. These fields enable the target to determine whether the command is
78 * fields remain unchanged in the response frame.
85 /** Taken together, the subunit_type and subunit_ID fields define the command recipient’s address
86 * within the target. These fields enable the target to determine whether the command is
88 * fields remain unchanged in the response frame.
92 /** Taken together, the subunit_type and subunit_ID fields define the command recipient’s address
[all …]
/Zephyr-latest/scripts/ci/es_upload/
Dzephyr_twister_flat_footprint_index.json90 "fields": { object
102 "fields": { object
114 "fields": { object
123 "fields": { object
132 "fields": { object
141 "fields": { object
Dzephyr_twister_flat_recording_index.json108 "fields": { object
130 "fields": { object
145 "fields": { object
154 "fields": { object
163 "fields": { object
172 "fields": { object
181 "fields": { object
/Zephyr-latest/modules/nanopb/
DKconfig22 int "Max number of required fields"
25 Maximum number of proto2 required fields to check for presence.
42 bool "Disable 64-bit integer fields"
44 Disable support of 64-bit integer fields, for old compilers or
/Zephyr-latest/drivers/rtc/
Drtc_utils.h19 * Ensure that any fields selected by mask contain a valid value.
22 * @param mask Mask of fields to validate
24 * @return true if the required fields are valid.
/Zephyr-latest/include/zephyr/drivers/mfd/
Dmfd_ite_it8801.h15 * IC clock and power management controller register fields
26 * General control register fields
42 * SMbus interface register fields
49 * GPIO register fields
69 * Keyboard matrix scan controller register fields
77 * PWM register fields
/Zephyr-latest/dts/bindings/usb/
Dusb-audio.yaml4 # Common fields for USB audio class
6 description: Common fields for USB audio devices
Dusb-audio-feature-volume.yaml4 # Specific fields for USB volume control.
6 description: USB volume control specific fields.
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/img_mgmt/
Dimg_mgmt_callbacks.h46 * callback function is used to allow applications or modules append custom fields to the image
61 * to return additional information/fields in the response.
68 * The zcbor encoder which is currently being used to output information, additional fields
77 * be used to return additional information/fields in the response.
90 * The zcbor encoder which is currently being used to output information, additional fields
/Zephyr-latest/arch/arm64/core/
Dtls.c17 * TLS area for ARM has some data fields following by in arch_tls_stack_setup()
18 * thread data and bss. These fields are supposed to be in arch_tls_stack_setup()
22 * is generating code assuming these fields are there, in arch_tls_stack_setup()
/Zephyr-latest/arch/xtensa/core/
Dtls.c21 * TLS area has some data fields following by in arch_tls_stack_setup()
22 * thread data and bss. These fields are supposed to be in arch_tls_stack_setup()
26 * is generating code assuming these fields are there, in arch_tls_stack_setup()
/Zephyr-latest/arch/arm/core/
Dtls.c27 * TLS area for ARM has some data fields following by
28 * thread data and bss. These fields are supposed to be
32 * is generating code assuming these fields are there,
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_obj_event_log.c46 static struct lwm2m_engine_obj_field fields[] = { variable
91 lwm2m_event_log.fields = fields; in lwm2m_event_log_init()
92 lwm2m_event_log.field_count = ARRAY_SIZE(fields); in lwm2m_event_log_init()
Dlwm2m_obj_location.c46 static struct lwm2m_engine_obj_field fields[] = { variable
100 location.fields = fields; in ipso_location_init()
101 location.field_count = ARRAY_SIZE(fields); in ipso_location_init()
Dlwm2m_obj_binaryappdata.c44 static struct lwm2m_engine_obj_field fields[] = { variable
113 lwm2m_binaryappdata.fields = fields; in lwm2m_binaryappdata_init()
114 lwm2m_binaryappdata.field_count = ARRAY_SIZE(fields); in lwm2m_binaryappdata_init()
Dlwm2m_obj_portfolio.c51 static struct lwm2m_engine_obj_field fields[] = { variable
116 portfolio.fields = fields; in lwm2m_portfolio_init()
117 portfolio.field_count = ARRAY_SIZE(fields); in lwm2m_portfolio_init()
/Zephyr-latest/dts/bindings/i3c/
Di3c-device.yaml4 # Common fields for I3C devices
14 Contains 3 fields.
16 For I3C devices, the 3 fields are static address, first half
35 For I2C devices, the 3 fields are static address, 0x00, and
/Zephyr-latest/arch/arc/core/
Dtls.c39 * TLS area for ARC has some data fields following by in arch_tls_stack_setup()
40 * thread data and bss. These fields are supposed to be in arch_tls_stack_setup()
44 * is generating code assuming these fields are there, in arch_tls_stack_setup()
/Zephyr-latest/drivers/ethernet/
Deth_stellaris_priv.h27 /* ETH MAC Receive Control bit fields set value */
33 /* ETH MAC Transmit Control bit fields set value */
39 /* ETH MAC Txn req bit fields set value */
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/enum_mgmt/
Denum_mgmt_callbacks.h24 * return additional information/fields in the response.
32 * fields to the group can be added using this.
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_registry/src/
Dtest_obj.c34 static struct lwm2m_engine_obj_field fields[] = { variable
99 test_obj.fields = fields; in obj_init()
100 test_obj.field_count = ARRAY_SIZE(fields); in obj_init()
/Zephyr-latest/drivers/usb/device/
Dusb_dc_it82xx2.c363 epn0n1_ext_ctrl->fields.epn1_send_stall_bit = enable; in it82xx2_usb_extend_ep_ctrl()
365 epn0n1_ext_ctrl->fields.epn0_send_stall_bit = enable; in it82xx2_usb_extend_ep_ctrl()
370 return epn0n1_ext_ctrl->fields.epn1_send_stall_bit; in it82xx2_usb_extend_ep_ctrl()
372 return epn0n1_ext_ctrl->fields.epn0_send_stall_bit; in it82xx2_usb_extend_ep_ctrl()
377 epn0n1_ext_ctrl->fields.epn1_iso_enable_bit = enable; in it82xx2_usb_extend_ep_ctrl()
379 epn0n1_ext_ctrl->fields.epn0_iso_enable_bit = enable; in it82xx2_usb_extend_ep_ctrl()
384 epn0n1_ext_ctrl->fields.epn1_outdata_sequence_bit = enable; in it82xx2_usb_extend_ep_ctrl()
386 epn0n1_ext_ctrl->fields.epn0_outdata_sequence_bit = enable; in it82xx2_usb_extend_ep_ctrl()
394 if (epn0n1_ext_ctrl->fields.epn1_outdata_sequence_bit) { in it82xx2_usb_extend_ep_ctrl()
395 epn0n1_ext_ctrl->fields.epn1_outdata_sequence_bit = 0; in it82xx2_usb_extend_ep_ctrl()
[all …]
/Zephyr-latest/drivers/spi/
Dspi_it8xxx2.c77 } __packed fields; member
228 data->cmdq_data.command.fields.cs_active = 1; in spi_it8xxx2_tx()
230 data->cmdq_data.command.fields.cs_active = 0; in spi_it8xxx2_tx()
232 data->cmdq_data.command.fields.cmd_end = 1; in spi_it8xxx2_tx()
233 data->cmdq_data.command.fields.read_write = 0; in spi_it8xxx2_tx()
260 data->cmdq_data.command.fields.cs_active = 1; in spi_it8xxx2_rx()
262 data->cmdq_data.command.fields.cs_active = 0; in spi_it8xxx2_rx()
264 data->cmdq_data.command.fields.cmd_end = 1; in spi_it8xxx2_rx()
265 data->cmdq_data.command.fields.read_write = 1; in spi_it8xxx2_rx()
280 data->cmdq_data.command.fields.cmd_end = 1; in spi_it8xxx2_tx_rx()
[all …]
/Zephyr-latest/tests/net/lib/http_header_fields/
DREADME1 HTTP header fields test
6 tc_start() - HTTP header fields test

12345678910>>...23