Home
last modified time | relevance | path

Searched full:parameter (Results 1 – 25 of 699) sorted by relevance

12345678910>>...28

/Zephyr-Core-3.5.0/soc/nios2/nios2f-zephyr/cpu/
Dghrd_10m50da.qsys10 <parameter name="bonusData"><![CDATA[bonusData
280 ]]></parameter>
281 <parameter name="clockCrossingAdapter" value="HANDSHAKE" />
282 <parameter name="device" value="10M50DAF484C6GES" />
283 <parameter name="deviceFamily" value="MAX 10" />
284 <parameter name="deviceSpeedGrade" value="6" />
285 <parameter name="fabricMode" value="QSYS" />
286 <parameter name="generateLegacySim" value="false" />
287 <parameter name="generationId" value="0" />
288 <parameter name="globalResetBus" value="false" />
[all …]
Dghrd_10m50da.sopcinfo6 <parameter name="AUTO_GENERATION_ID">
14 </parameter>
15 <parameter name="AUTO_UNIQUE_ID">
23 </parameter>
24 <parameter name="AUTO_DEVICE_FAMILY">
32 </parameter>
33 <parameter name="AUTO_DEVICE">
41 </parameter>
42 <parameter name="AUTO_DEVICE_SPEEDGRADE">
50 </parameter>
[all …]
/Zephyr-Core-3.5.0/subsys/testsuite/ztest/src/
Dztest_mock.c13 struct parameter { struct
14 struct parameter *next; argument
25 static void free_parameter(struct parameter *param) in free_parameter() argument
30 static struct parameter *alloc_parameter(void) in alloc_parameter()
32 struct parameter *param; in alloc_parameter()
34 param = calloc(1, sizeof(struct parameter)); in alloc_parameter()
36 PRINT("Failed to allocate mock parameter\n"); in alloc_parameter()
117 static struct parameter params[CONFIG_ZTEST_PARAMETER_COUNT];
119 static void free_parameter(struct parameter *param) in free_parameter()
132 static struct parameter *alloc_parameter(void) in alloc_parameter()
[all …]
/Zephyr-Core-3.5.0/arch/posix/core/
Dirq.c13 void arch_irq_offload(irq_offload_routine_t routine, const void *parameter) in arch_irq_offload() argument
15 posix_irq_offload(routine, parameter); in arch_irq_offload()
43 * @param parameter ISR parameter
49 void (*routine)(const void *parameter), in arch_irq_connect_dynamic() argument
50 const void *parameter, uint32_t flags) in arch_irq_connect_dynamic()
52 posix_isr_declare(irq, (int)flags, routine, parameter); in arch_irq_connect_dynamic()
/Zephyr-Core-3.5.0/doc/services/portability/
Dcmsis_rtos_v2.rst37 ``osErrorResource`` (the semaphore specified by parameter
41 ``osErrorResource`` (mutex specified by parameter mutex_id
45 ``osErrorResource`` (the timer specified by parameter timer_id
50 parameter msgq_id is in an invalid message queue state)
55 parameter msgq_id is in an invalid message queue state)
60 parameter mp_id is in an invalid memory pool state) is
65 parameter mp_id is in an invalid memory pool state) is
71 parameter ef_id is not ready to be used) are not supported.
74 ``osErrorParameter`` (the value of the parameter ef_id is
79 ``osFlagsErrorResource`` (Thread specified by parameter
/Zephyr-Core-3.5.0/arch/arc/core/
Dfault.c108 /* For EV_ProtV, the numbering/semantics of the parameter are consistent across
114 static const char *get_protv_access_err(uint32_t parameter) in get_protv_access_err() argument
116 switch (parameter) { in get_protv_access_err()
136 static void dump_protv_exception(uint32_t cause, uint32_t parameter) in dump_protv_exception() argument
141 get_protv_access_err(parameter)); in dump_protv_exception()
145 get_protv_access_err(parameter)); in dump_protv_exception()
149 get_protv_access_err(parameter)); in dump_protv_exception()
153 get_protv_access_err(parameter)); in dump_protv_exception()
170 static void dump_machine_check_exception(uint32_t cause, uint32_t parameter) in dump_machine_check_exception() argument
193 if (parameter == 0x1) { in dump_machine_check_exception()
[all …]
/Zephyr-Core-3.5.0/tests/kernel/poll/src/
Dtest_poll_fail.c19 * as parameter to check if a error will be met.
37 * as parameter to check if a error will be met.
53 * as parameter to check if a error will be met.
75 * as parameter to check if a error will be met.
97 * as parameter to check if a error will be met.
119 * as parameter to check if a error will be met.
142 * parameter to check if a error will be met.
158 * as parameter to check if a error will be met.
178 * unread results as parameter to check if a error
202 * unread signaled as parameter to check if a error
[all …]
/Zephyr-Core-3.5.0/arch/xtensa/core/
Dirq_manage.c40 void (*routine)(const void *parameter), in z_arch_irq_connect_dynamic() argument
41 const void *parameter, uint32_t flags) in z_arch_irq_connect_dynamic()
46 z_isr_install(irq, routine, parameter); in z_arch_irq_connect_dynamic()
51 void (*routine)(const void *parameter), in z_arch_irq_connect_dynamic() argument
52 const void *parameter, uint32_t flags) in z_arch_irq_connect_dynamic()
54 return z_soc_irq_connect_dynamic(irq, priority, routine, parameter, in z_arch_irq_connect_dynamic()
/Zephyr-Core-3.5.0/dts/bindings/display/
Dsitronix,st7789v.yaml88 description: Command 2 Enable Parameter
93 description: Power Control 1 Parameter
98 description: Positive Voltage Gamma Control Parameter
103 description: Negative Voltage Gamma Control Parameter
108 description: RAM Control Parameter
113 description: RGB Interface Control Parameter
Dsitronix,st7735r.yaml51 description: Power Control 1 Parameter
56 description: Power Control 2 Parameter
61 description: Power Control 3 Parameter
66 description: Power Control 4 Parameter
71 description: Power Control 5 Parameter
76 description: Positive Voltage Gamma Control Parameter
81 description: Negative Voltage Gamma Control Parameter
/Zephyr-Core-3.5.0/modules/trusted-firmware-m/
DKconfig.tfm.partitions18 parameter. Any dependencies between the various TFM_PARTITION_*
29 parameter. Any dependencies between the various TFM_PARTITION_*
40 parameter. Any dependencies between the various TFM_PARTITION_*
52 parameter. Any dependencies between the various TFM_PARTITION_*
63 parameter. Any dependencies between the various TFM_PARTITION_*
75 parameter. Any dependencies between the various TFM_PARTITION_*
/Zephyr-Core-3.5.0/drivers/i2c/
Di2c_xilinx_axi.h30 REG_TSUSTA = 0x128, /* Timing Parameter */
31 REG_TSUSTO = 0x12C, /* Timing Parameter */
32 REG_THDSTA = 0x130, /* Timing Parameter */
33 REG_TSUDAT = 0x134, /* Timing Parameter */
34 REG_TBUF = 0x138, /* Timing Parameter */
35 REG_THIGH = 0x13C, /* Timing Parameter */
36 REG_TLOW = 0x140, /* Timing Parameter */
37 REG_THDDAT = 0x144, /* Timing Parameter */
/Zephyr-Core-3.5.0/subsys/testsuite/ztest/include/zephyr/
Dztest_mock.h33 * @param param Parameter for which the value should be set
45 * then checks whether the value of the parameter is equal to the expected
49 * @param param Parameter to check
64 * @param param Parameter for which the data should be set
65 * @param data pointer for the data for parameter @a param
75 * then check whether the data pointed by parameter is equal to expected data.
79 * @param param Parameter to check
94 * @param param Parameter for which the data should be set
95 * @param data pointer for the data for parameter @a param
107 * @param param Parameter to return data for
/Zephyr-Core-3.5.0/tests/bluetooth/host/buf/bt_buf_get_rx/src/
Dtest_suite_invalid_inputs.c20 * - An assertion should be raised as an invalid parameter was used
35 * - An assertion should be raised as an invalid parameter was used
50 * - An assertion should be raised as an invalid parameter was used
65 * - An assertion should be raised as an invalid parameter was used
/Zephyr-Core-3.5.0/drivers/flash/
Dflash_cadence_qspi_nor_ll.c19 LOG_ERR("Wrong parameter\n"); in cad_qspi_idle()
29 LOG_ERR("Wrong parameter\n"); in cad_qspi_set_baudrate_div()
48 LOG_ERR("Wrong parameter\n"); in cad_qspi_configure_dev_size()
64 LOG_ERR("Wrong parameter\n"); in cad_qspi_set_read_config()
81 LOG_ERR("Wrong parameter\n"); in cad_qspi_set_write_config()
98 LOG_ERR("Wrong parameter\n"); in cad_qspi_timing_config()
121 LOG_ERR("Wrong parameter\n"); in cad_qspi_stig_cmd_helper()
153 LOG_ERR("Wrong parameter\n"); in cad_qspi_stig_cmd()
179 LOG_ERR("Wrong parameter\n"); in cad_qspi_stig_read_cmd()
215 LOG_ERR("Wrong parameter\n"); in cad_qspi_stig_wr_cmd()
[all …]
Djesd216.h30 /* Layout of a JESD216 parameter header. */
40 /* Get the number of bytes required for the parameter table. */
46 /* Get the ID that identifies the content of the parameter table. */
67 uint8_t nph; /* Number of parameter headers */
81 * order. For JEDEC parameter tables defined through JESD216D-01 the
85 * A 16-bit ID from the parameter header is used to identify the
86 * content of each table. The first parameter table in the SFDP
87 * hierarchy must be a Basic Flash Parameter table (ID 0xFF00).
90 /* JESD216D-01 section 6.4: Basic Flash Parameter */
92 /* JESD216D-01 section 6.5: Sector Map Parameter */
[all …]
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/mesh/
Dcfg_cli.h86 * @note The @c buf parameter should be decoded using
194 * @note The @c buf parameter should be decoded using the
222 * @note The @c buf parameter should be decoded using the
253 * @note The @c buf parameter should be decoded using the
468 * When used in Heartbeat publication set, this parameter denotes the
471 * When returned from Heartbeat publication get, this parameter denotes
498 * @param status Status response parameter
518 * @param rsp Return parameter for the returned page number, or NULL.
534 * @param status Status response parameter, returns one of
551 * @param status Status response parameter.
[all …]
/Zephyr-Core-3.5.0/include/zephyr/
Dirq_offload.h18 typedef void (*irq_offload_routine_t)(const void *parameter);
36 * @param parameter Argument to pass to the function when it is run as an
39 void irq_offload(irq_offload_routine_t routine, const void *parameter);
/Zephyr-Core-3.5.0/arch/riscv/core/
Dirq_offload.c10 void arch_irq_offload(irq_offload_routine_t routine, const void *parameter) in arch_irq_offload() argument
12 arch_syscall_invoke2((uintptr_t)routine, (uintptr_t)parameter, RV_ECALL_IRQ_OFFLOAD); in arch_irq_offload()
Dirq_manage.c36 void (*routine)(const void *parameter), in arch_irq_connect_dynamic() argument
37 const void *parameter, uint32_t flags) in arch_irq_connect_dynamic()
41 z_isr_install(irq, routine, parameter); in arch_irq_connect_dynamic()
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Dapp_keys.h33 * @c ctx::net_idx parameter will be ignored.
36 * @param sub Subnet return parameter.
37 * @param app_key Application return parameter.
38 * @param aid Application ID return parameter.
/Zephyr-Core-3.5.0/include/zephyr/drivers/adc/
Dadc_npcx_threshold.h31 /* Threshold ocntrol parameter */
33 /* Parameter value */
55 * @brief Set ADC threshold parameter.
62 * @param param Pointer of parameter structure.
/Zephyr-Core-3.5.0/drivers/ethernet/
DKconfig.xlnx_gem22 Value of the -nic parameter to be used when starting QEMU.
23 This parameter specifies which type of Ethernet controller
/Zephyr-Core-3.5.0/tests/kernel/mutex/mutex_error_case/src/
Dtest_mutex_error.c119 * @details Pass a null pointer as parameter, then see if the
134 * @details Pass a invalid kobject as parameter, then see if the
149 * @details Pass a null pointer as parameter, then see if the
164 * @details Pass a invalid kobject as parameter, then see if the
180 * @details Pass a null pointer as parameter, then see if the
195 * @details Pass a invalid kobject as parameter, then see if the
/Zephyr-Core-3.5.0/drivers/wifi/winc1500/
Dwifi_winc1500_nm_bus_wrapper.c127 int8_t nm_bus_ioctl(uint8_t cmd, void *parameter) in nm_bus_ioctl() argument
135 (struct nm_i2c_default *)parameter; in nm_bus_ioctl()
142 (struct nm_i2c_default *)parameter; in nm_bus_ioctl()
149 (struct nm_i2c_special *)parameter; in nm_bus_ioctl()
157 tstrNmSpiRw *param = (tstrNmSpiRw *)parameter; in nm_bus_ioctl()

12345678910>>...28