Home
last modified time | relevance | path

Searched full:specified (Results 1 – 25 of 988) sorted by relevance

12345678910>>...40

/Zephyr-latest/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
49 ``osErrorResource`` (the message queue specified by
54 ``osErrorResource`` (the message queue specified by
59 ``osErrorResource`` (the memory pool specified by
64 ``osErrorResource`` (the memory pool specified by
70 and osFlagsErrorResource (Event flags object specified by
79 ``osFlagsErrorResource`` (Thread specified by parameter
/Zephyr-latest/include/zephyr/drivers/interrupt_controller/
Dgpio_intc_stm32.h28 * to specified @p pin of GPIO port @p port
33 * @brief Enable GPIO interrupts for specified line
40 * @brief Disable GPIO interrupts for specified line
65 * @brief Select trigger for interrupt on specified GPIO line
83 * @brief Set callback invoked when an interrupt occurs on specified GPIO line
94 * @brief Removes the interrupt callback of specified EXTI line
104 * @brief Set which GPIO port triggers events on specified EXTI line.
112 * @brief Get port which is triggering events on specified EXTI line.
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/fs_mgmt/
Dfs_mgmt.h35 /** The specified file name is not valid. */
38 /** The specified file does not exist. */
41 /** The specified file is a directory, not a file. */
63 * The specified data offset is not valid, this could indicate that the file on the device
77 /** The specified mount point was not found or is not mounted. */
80 /** The specified mount point is that of a read-only filesystem. */
/Zephyr-latest/dts/bindings/input/
Despressif,esp32-touch-sensor.yaml83 If not specified defaults to ESP32_TOUCH_FILTER_MODE_IIR_16.
90 If not specified defaults to 1.
97 If not specified defaults to ESP32_TOUCH_FILTER_NOISE_THR_4_8TH.
104 If not specified defaults to 4.
111 If not specified defaults to ESP32_TOUCH_FILTER_SMOOTH_MODE_IIR_2.
126 If not specified defaults to 20.
/Zephyr-latest/include/zephyr/mem_mgmt/
Dmem_attr_heap.h36 * @brief Allocate memory with a specified attribute and size.
38 * Allocates a block of memory of the specified size in bytes and with a
39 * specified capability / attribute. The attribute is used to select the
51 * @brief Allocate aligned memory with a specified attribute, size and alignment.
53 * Allocates a block of memory of the specified size in bytes and with a
54 * specified capability / attribute. Takes an additional parameter specifying a
/Zephyr-latest/subsys/logging/
DKconfig.filtering34 specified level if it is greater than this option, otherwise they use
35 the level specified by this option instead of their default or
51 specified level if it is greater than this option, otherwise they use
52 the level specified by this option instead of their default or
/Zephyr-latest/tests/benchmarks/thread_metric/src/
Dtm_porting_layer_zephyr.c81 * This function resumes the specified thread. If successful, the function should
92 * This function suspends the specified thread. If successful, the function should
112 * This function suspends the specified thread for the specified number
121 * This function creates the specified queue. If successful, the function should
132 * This function sends a 16-byte message to the specified queue. If successful,
141 * This function receives a 16-byte message from the specified queue. If successful,
150 * This function creates the specified semaphore. If successful, the function should
160 * This function gets the specified semaphore. If successful, the function should
169 * This function puts the specified semaphore. If successful, the function should
187 * This function creates the specified memory pool that can support one or more
[all …]
/Zephyr-latest/include/zephyr/drivers/mm/
Dmm_drv_bank.h68 * @brief Track the mapping of a page in the specified memory bank
71 * specified memory bank.
80 * @brief Track the unmapping of a page in the specified memory bank
83 * specified memory bank.
95 * the specified memory bank to the current number of pages mapped in
103 * @brief Retrieve the memory usage stats for the specified memory bank
/Zephyr-latest/subsys/net/lib/ptp/
Dtransport.h45 * @brief Function handling opening specified transport network connection.
54 * @brief Function for closing specified transport network connection.
63 * @brief Function for sending PTP message using a specified transport. The message is sent
66 * @note Address specified in the message is ignored.
77 * @brief Function for sending PTP message using a specified transport. The message is sent
89 * @brief Function for receiving a PTP message using a specified transport.
/Zephyr-latest/dts/bindings/sensor/
Dntc-thermistor.yaml18 If not specified, it is assumed that the pullup voltage is VDD. Therefore,
19 the specified ADC IO channel must be configured so that VDD is used as the
36 a pull-down resistor. If this flag is NOT specified, the thermistor is
/Zephyr-latest/cmake/sca/eclair/ECL/
Dtoolchain.ecl37 -config=STD.stmtexpr,behavior+={c99,GCC,specified}
39 -config=STD.vptrarth,behavior={c99,GCC,specified}
49 -config=STD.emptinit,behavior={c99,GCC,specified}
50 -config=STD.emptinit,behavior={c18,GCC,specified}
53 -config=STD.emptrecd,behavior={c99,GCC,specified}
54 -config=STD.emptrecd,behavior={c18,GCC,specified}
57 -config=STD.arayzero,behavior={c99,GCC,specified}
69 -config=STD.funojptr,behavior={c99,GCC,specified}
/Zephyr-latest/include/zephyr/sys/
Dmulti_heap.h29 * in backend, which is then provided to a user-specified "choice"
40 * specified by the user as an argument to sys_multi_heap_alloc(), and
45 * specified configuration.
54 * @param size The user-specified allocation size in bytes
75 * Initialize a sys_multi_heap struct with the specified choice
114 * specified size in bytes. Takes an opaque configuration pointer
129 * the specified size in bytes. Takes an additional parameter
158 * Returns the specified block, which must be the return value of a
163 * Accepts NULL as a block parameter, which is specified to have no
177 * will be freed as per sys_heap_free(). If the specified size is
/Zephyr-latest/arch/arm/include/cortex_m/
Dcmse.h34 * security states and privilege levels have on memory at a specified address
58 * Evaluates whether a specified memory location can be read according to the
59 * permissions of the current state MPU and the specified operation mode.
77 * Evaluates whether a specified memory location can be read/written according
78 * to the permissions of the current state MPU and the specified operation
97 * Evaluates whether a memory address range, specified by its base address
99 * and the specified operation mode.
119 * Evaluates whether a memory address range, specified by its base address
121 * state MPU and the specified operation mode.
276 * Evaluates whether a specified memory location belongs to a Secure region.
[all …]
/Zephyr-latest/dts/bindings/sdhc/
Dsdhc.yaml16 is specified by the driver.
23 is specified by the driver.
30 is specified by the driver.
/Zephyr-latest/include/zephyr/arch/arc/v2/
Darcv2_irq_unit.h43 * Enables or disables the specified interrupt
65 * Enables the specified interrupt
77 * Disables the specified interrupt
89 * Polls the enable status of the specified interrupt
112 * Set the priority of the specified interrupt
136 * Configure the secure state of the specified interrupt
162 * Set the sensitivity of the specified interrupt to either
/Zephyr-latest/arch/arc/core/
Darc_connect.c314 * Set the triggering mode and distribution mode for the specified common
326 /* Read the internal MODE register of the specified common interrupt */
340 * Set the target cores to receive the specified common interrupt
351 /* Read the internal DEST register of the specified common interrupt */
364 /* Assert the specified common interrupt */
372 /* Acknowledge the specified common interrupt */
380 /* Read the internal STATUS register of the specified common interrupt */
393 /* Read the internal SOURCE register of the specified common interrupt */
406 /* Mask or unmask the specified common interrupt */
415 /* Read the internal MASK register of the specified common interrupt */
/Zephyr-latest/dts/bindings/dai/
Dnxp,dai-sai.yaml17 By default, if this property is not specified, MCLK will be
59 through an IPC. If this property is not specified, the DAI
71 If this property is not specified, the transmitter will be set to ASYNC.
84 If this property is not specified, the receiver will be set to ASYNC.
97 The indexing of the data line starts at 0. If this property is not specified
109 The indexing of the data line starts at 0. If this property is not specified
/Zephyr-latest/include/zephyr/dt-bindings/gpio/
Dnumicro-gpio.h13 * specified by the Linux GPIO binding. Only applicable for Nuvoton NuMicro SoCs.
21 * specified by the Linux GPIO binding. Only applicable for Nuvoton NuMicro SoCs.
/Zephyr-latest/lib/posix/options/
Dspinlock.c81 /* not specified as part of POSIX but this is the Linux behavior */ in pthread_spin_init()
103 /* not specified as part of POSIX but this is the Linux behavior */ in pthread_spin_destroy()
121 /* not specified as part of POSIX but this is the Linux behavior */ in pthread_spin_lock()
138 /* not specified as part of POSIX but this is the Linux behavior */ in pthread_spin_trylock()
153 /* not specified as part of POSIX but this is the Linux behavior */ in pthread_spin_unlock()
/Zephyr-latest/boards/makerdiary/nrf52840_mdk_usb_dongle/
DKconfig.defconfig14 # Nordic nRF5 bootloader exists outside of the partitions specified in the
19 # which will make it link into the correct partition specified in DTS file,
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_registry.h12 * @brief Creates and registers an object instance to the registry. Object specified by
33 * @brief Get the engine object instance specified by @p msg->path. Usually only used in do_write
60 * @brief Get the resource instance specified by @p path. Creates and allocates a new one
73 * @brief Gets the resource specified by @p path.
82 * @brief Returns pointer to the object in the registry specified by @p path.
91 * @brief Returns pointer to the object instance in the registry specified by @p path.
100 * @brief Returns pointer to the resource in the registry specified by @p path.
109 * @brief Returns pointer to the resource instance in the registry specified by @p path.
118 * @brief Get the engine obj specified by @p obj_id.
/Zephyr-latest/boards/ezurio/bl654_usb/
DKconfig.defconfig11 # Nordic nRF5 bootloader exists outside of the partitions specified in the
17 # which will make it link into the correct partition specified in DTS file,
/Zephyr-latest/boards/nordic/nrf52840dongle/
DKconfig.defconfig12 # Nordic nRF5 bootloader exists outside of the partitions specified in the
17 # which will make it link into the correct partition specified in DTS file,
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/
Dpsa_attestation.h23 * @return Returns error code as specified in \ref psa_status_t
51 * @return Returns error code as specified in \ref psa_status_t
59 * @return Returns error code as specified in \ref psa_status_t
/Zephyr-latest/dts/bindings/regulator/
Dnordic,npm1300-regulator.yaml76 Regulator enable controlled by specified regulator GPIO pin.
82 Regulator enable controlled by specified regulator GPIO pin.
88 Retention mode controlled by specified regulator GPIO pin.

12345678910>>...40