Home
last modified time | relevance | path

Searched full:specific (Results 1 – 25 of 1522) sorted by relevance

12345678910>>...61

/nrf52832-nimble/rt-thread/components/CMSIS/RTOS/
H A Dcmsis_os.h23 Each RTOS that is compliant with CMSIS-RTOS shall provide a specific \b cmsis_os.h header file that…
40 These definitions can be specific to the underlying RTOS kernel.
183 // >>> the following data type definitions may shall adapted towards a specific RTOS
186 /// \note CAN BE CHANGED: \b os_thread_cb is implementation specific in every CMSIS-RTOS.
190 /// \note CAN BE CHANGED: \b os_timer_cb is implementation specific in every CMSIS-RTOS.
194 /// \note CAN BE CHANGED: \b os_mutex_cb is implementation specific in every CMSIS-RTOS.
198 /// \note CAN BE CHANGED: \b os_semaphore_cb is implementation specific in every CMSIS-RTOS.
202 /// \note CAN BE CHANGED: \b os_pool_cb is implementation specific in every CMSIS-RTOS.
206 /// \note CAN BE CHANGED: \b os_messageQ_cb is implementation specific in every CMSIS-RTOS.
210 /// \note CAN BE CHANGED: \b os_mailQ_cb is implementation specific in every CMSIS-RTOS.
[all …]
/nrf52832-nimble/rt-thread/examples/libc/
H A Dex4.c2 Illustrates: thread-specific data, pthread_once(). */
28 So, we'll use thread-specific data to have a different "accu"
31 /* Key identifying the thread-specific data */
49 /* Get the thread-specific data associated with the key */ in str_accumulate()
56 /* Store the buffer pointer in the thread-specific data. */ in str_accumulate()
65 /* Function to allocate the key for str_alloc thread-specific data. */
74 /* Called only when the thread-specific data is not NULL. */
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_egu.h17 * software without specific prior written permission.
134 * @brief Function for triggering a specific EGU task.
142 * @brief Function for returning the address of a specific EGU task register.
151 * @brief Function for returning the address of a specific EGU TRIGGER task register.
160 * @brief Function for returning the specific EGU TRIGGER task.
168 * @brief Function for returning the state of a specific EGU event.
177 * @brief Function for clearing a specific EGU event.
186 * @brief Function for returning the address of a specific EGU event register.
195 * @brief Function for returning the address of a specific EGU TRIGGERED event register.
204 * @brief Function for returning the specific EGU TRIGGERED event.
[all …]
H A Dnrf_rng.h17 * software without specific prior written permission.
102 * @brief Function for getting the state of a specific interrupt.
112 * @brief Function for getting the address of a specific task.
121 * @brief Function for setting a specific task.
128 * @brief Function for getting address of a specific event.
137 * @brief Function for clearing a specific event.
144 * @brief Function for getting the state of a specific event.
H A Dnrf_wdt.h17 * software without specific prior written permission.
145 * @brief Function for enabling a specific interrupt.
162 * @brief Function for disabling a specific interrupt.
207 * @brief Function for returning the address of a specific WDT task register.
214 * @brief Function for returning the address of a specific WDT event register.
255 * @brief Function for enabling a specific reload request register.
262 * @brief Function for disabling a specific reload request register.
269 * @brief Function for retrieving the status of a specific reload request register.
279 * @brief Function for setting a specific reload request register.
H A Dnrf_kmu.h17 * software without specific prior written permission.
79 * @brief Function for activating a specific KMU task.
87 * @brief Function for getting the address of a specific KMU task register.
97 * @brief Function for clearing a specific KMU event.
105 * @brief Function for checking the state of a specific KMU event.
116 * @brief Function for getting the address of a specific KMU event register.
H A Dnrf_ecb.h17 * software without specific prior written permission.
123 * @brief Function for activating a specific ECB task.
131 * @brief Function for getting the address of a specific ECB task register.
142 * @brief Function for clearing a specific ECB event.
150 * @brief Function for checking the state of a specific ECB event.
161 * @brief Function for getting the address of a specific ECB event register.
H A Dnrf_clock.h17 * software without specific prior written permission.
181 * @brief Function for enabling a specific interrupt.
188 * @brief Function for disabling a specific interrupt.
195 * @brief Function for retrieving the state of a specific interrupt.
205 * @brief Function for retrieving the address of a specific task.
215 * @brief Function for setting a specific task.
222 * @brief Function for retrieving the address of a specific event.
232 * @brief Function for clearing a specific event.
239 * @brief Function for retrieving the state of a specific event.
H A Dnrf_acl.h17 * software without specific prior written permission.
76 * @brief Function for getting the configured region address of a specific ACL region.
86 * @brief Function for getting the configured region size of a specific ACL region.
96 * @brief Function for getting the configured region permissions of a specific ACL region.
H A Dnrf_uart.h17 * software without specific prior written permission.
156 * @brief Function for clearing a specific UART event.
164 * @brief Function for checking the state of a specific UART event.
174 * @brief Function for returning the address of a specific UART event register.
185 * @brief Function for enabling a specific interrupt.
204 * @brief Function for disabling specific interrupts.
321 * @brief Function for returning the address of a specific task register.
H A Dnrf_twi.h17 * software without specific prior written permission.
131 * @brief Function for activating a specific TWI task.
140 * @brief Function for getting the address of a specific TWI task register.
151 * @brief Function for clearing a specific TWI event.
160 * @brief Function for checking the state of a specific event.
172 * @brief Function for getting the address of a specific TWI event register.
/nrf52832-nimble/nordic/nrfx/mdk/
H A Dnrf_peripherals.h17 software without specific prior written permission.
39 /* Do not include nrf specific files when building for PC host */
41 /* Do not include nrf specific files when building for PC host */
43 /* Do not include nrf specific files when building for PC host */
H A Dnrf.h17 software without specific prior written permission.
63 /* Do not include nrf specific files when building for PC host */
65 /* Do not include nrf specific files when building for PC host */
67 /* Do not include nrf specific files when building for PC host */
/nrf52832-nimble/nordic/nrfx/templates/
H A Dnrfx_glue.h17 * software without specific prior written permission.
81 * @brief Macro for setting the priority of a specific IRQ.
89 * @brief Macro for enabling a specific IRQ.
96 * @brief Macro for checking if a specific IRQ is enabled.
106 * @brief Macro for disabling a specific IRQ.
113 * @brief Macro for setting a specific IRQ as pending.
120 * @brief Macro for clearing the pending status of a specific IRQ.
127 * @brief Macro for checking the pending status of a specific IRQ.
/nrf52832-nimble/rt-thread/libcpu/c-sky/common/
H A Dcsi_core.h13 * See the License for the specific language governing permissions and
45 \details Enables a device-specific interrupt in the NVIC interrupt controller.
51 \details Disables a device-specific interrupt in the NVIC interrupt controller.
81 …\details Reads the active register in the NVIC and returns the active bit for the device specific
82 \param [in] irq_num Device specific interrupt number.
100 The interrupt number can be positive to specify an external (device specific) interrupt,
240 must contain a vendor-specific implementation of this function.
/nrf52832-nimble/rt-thread/components/net/uip/uip/
H A Duip_arch.h7 * \defgroup uiparch Architecture specific uIP functions
10 * The functions in the architecture specific module implement the IP
17 * architecture specific assembler.
23 * Declarations of architecture specific functions.
40 * products derived from this software without specific prior
/nrf52832-nimble/rt-thread/libcpu/c-sky/ck802/
H A Dcore_ck802.c77 \details Enables a device-specific interrupt in the NVIC interrupt controller.
90 \details Disables a device-specific interrupt in the NVIC interrupt controller.
100 \details Enables a secure device-specific interrupt in the NVIC interrupt controller.
174 …\details Reads the active register in the NVIC and returns the active bit for the device specific
175 \param [in] IRQn Device specific interrupt number.
188 \param [in] VectThreshold specific vecter threshold.
189 \param [in] PrioThreshold specific priority threshold.
212 The interrupt number can be positive to specify an external (device specific) interrupt,
245 must contain a vendor-specific implementation of this function.
/nrf52832-nimble/rt-thread/components/libc/libdl/
H A Ddlelf.h68 Elf32_Word e_flags; /* processor-specific flags */
134 #define STB_LOPROC 13 /* processor specific range */
145 #define STT_LOOS 10 /* OS specific range */
147 #define STT_LOPROC 13 /* processor specific range */
257 #define SHT_HIPROC 0x7fffffff /* specific section header types */
259 #define SHT_HIUSER 0xffffffff /* specific indexes */
266 /* specific section attributes */
/nrf52832-nimble/packages/NimBLE-latest/nimble/include/nimble/
H A Dnimble_npl.h16 * specific language governing permissions and limitations
53 /* Include OS-specific definitions */
153 * Hardware-specific
156 * specific to hardware, not to OS.
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/linux/test/
H A Dtest_npl_sem.c16 * specific language governing permissions and limitations
119 * Call task specific initialization functions to initialize any shared objects in init_app_tasks()
141 * calls the application specific task initialization function, then waits and dispatches
147 /* Initialize application specific tasks */ in main()
/nrf52832-nimble/rt-thread/libcpu/mips/common/
H A Dmips_cache.h70 * R4000-specific cacheops
78 * R4000SC and R4400SC-specific cacheops
95 * R5000-specific cacheops
100 * RM7000-specific cacheops
105 * R10000-specific cacheops
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_timer.h17 * software without specific prior written permission.
201 * @brief Function for returning the address of a specific timer task.
212 * @brief Function for returning the address of a specific timer capture task.
223 * @brief Function for returning the address of a specific timer event.
234 * @brief Function for returning the address of a specific timer compare event.
256 * @brief Function for returning the capture value from a specific channel.
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/hal/
H A Dhal_timer.h16 * specific language governing permissions and limitations
52 /** Internal platform specific pointer */
67 * @param cfg Hardware specific timer configuration. This is
68 * passed from BSP directly to the MCU specific driver.
/nrf52832-nimble/rt-thread/components/net/uip/doc/
H A Dpt-doc.txt41 - No machine specific code - the protothreads library is pure C
101 C and do not require any machine-specific assembler code.
139 or local variables. A local continuation can be set in a specific
147 -# by using machine specific assembler code,
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/
H A Decc_platform_specific.h1 /* uECC_platform_specific.h - Interface to platform specific functions*/
41 * without specific prior written permission.
55 * uECC_platform_specific.h -- Interface to platform specific functions

12345678910>>...61