Searched full:specified (Results 1 – 25 of 1053) sorted by relevance
12345678910>>...43
/Zephyr-latest/doc/services/portability/ |
D | cmsis_rtos_v2.rst | 37 ``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/ |
D | gpio_intc_stm32.h | 28 * 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.
|
D | intc_rz_ext_irq.h | 19 * @brief Enable external interrupt for specified channel. 27 * @brief Disable external interrupt for specified channel. 46 * @brief Change trigger external interrupt type for specified channel.
|
/Zephyr-latest/dts/bindings/serial/ |
D | silabs,eusart-uart.yaml | 16 Initial baud rate setting for UART. Defaults to standard baudrate of 115200 if not specified. 21 Sets the number of stop bits. Defaults to standard of 1 if not specified. 26 Sets the number of data bits. Defaults to standard of 8 if not specified.
|
D | silabs,usart-uart.yaml | 16 Initial baud rate setting for UART. Defaults to standard baudrate of 115200 if not specified. 21 Sets the number of stop bits. Defaults to standard of 1 if not specified. 26 Sets the number of data bits. Defaults to standard of 8 if not specified.
|
D | renesas,rz-scif-uart.yaml | 13 Initial baud rate setting for UART. Defaults to standard baudrate of 115200 if not specified. 18 Sets the number of stop bits. Defaults to standard of 1 if not specified. 23 Sets the number of data bits. Defaults to standard of 8 if not specified.
|
D | silabs,gecko-uart.yaml | 16 Initial baud rate setting for UART. Defaults to standard baudrate of 115200 if not specified. 21 Sets the number of stop bits. Defaults to standard of 1 if not specified. 26 Sets the number of data bits. Defaults to standard of 8 if not specified.
|
D | silabs,gecko-usart.yaml | 16 Initial baud rate setting for UART. Defaults to standard baudrate of 115200 if not specified. 21 Sets the number of stop bits. Defaults to standard of 1 if not specified. 26 Sets the number of data bits. Defaults to standard of 8 if not specified.
|
D | adi,max32-uart.yaml | 40 Initial baud rate setting for UART. Defaults to standard baudrate of 115200 if not specified. 45 Sets the number of stop bits. Defaults to standard of 1 if not specified. 50 Sets the number of data bits. Defaults to standard of 8 if not specified.
|
D | altr,uart.yaml | 18 Sets the number of stop bits. Defaults to standard of 1 if not specified. 23 Sets the number of data bits. Defaults to standard of 8 if not specified.
|
D | intel,lw_uart.yaml | 23 Sets the number of stop bits. Defaults to standard of 1 if not specified. 28 Sets the number of data bits. Defaults to standard of 8 if not specified.
|
D | ti,cc13xx-cc26xx-uart.yaml | 22 Sets the number of stop bits. Defaults to standard of 1 if not specified. 27 Sets the number of data bits. Defaults to standard of 8 if not specified.
|
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/fs_mgmt/ |
D | fs_mgmt.h | 35 /** 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/ |
D | espressif,esp32-touch-sensor.yaml | 83 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/ |
D | mem_attr_heap.h | 36 * @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/ |
D | Kconfig.filtering | 34 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/ |
D | tm_porting_layer_zephyr.c | 81 * 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/ |
D | mm_drv_bank.h | 68 * @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/ |
D | transport.h | 45 * @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/ |
D | ntc-thermistor.yaml | 18 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/ |
D | toolchain.ecl | 37 -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/ |
D | multi_heap.h | 29 * 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/ |
D | cmse.h | 34 * 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. 274 * Evaluates whether a specified memory location belongs to a Secure region. [all …]
|
/Zephyr-latest/dts/bindings/sdhc/ |
D | sdhc.yaml | 16 is specified by the driver. 23 is specified by the driver. 30 is specified by the driver.
|
/Zephyr-latest/include/zephyr/arch/arc/v2/ |
D | arcv2_irq_unit.h | 43 * 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
|
12345678910>>...43