/nrf52832-nimble/nordic/nrfx/drivers/src/ |
H A D | nrfx_power.c | 266 /* Cannot be null if event is enabled */ in nrfx_power_irq_handler() 275 /* Cannot be null if event is enabled */ in nrfx_power_irq_handler() 282 /* Cannot be null if event is enabled */ in nrfx_power_irq_handler() 291 /* Cannot be null if event is enabled */ in nrfx_power_irq_handler() 298 /* Cannot be null if event is enabled */ in nrfx_power_irq_handler() 305 /* Cannot be null if event is enabled */ in nrfx_power_irq_handler()
|
H A D | nrfx_usbd_errata.h | 95 /* Errata: USB cannot be enabled. */ 105 /* Errata: USBD cannot receive tasks during DMA. */
|
/nrf52832-nimble/rt-thread/libcpu/c-sky/ck802/ |
H A D | core_ck802.c | 78 \param [in] IRQn External interrupt number. Value cannot be negative. 91 \param [in] IRQn External interrupt number. Value cannot be negative. 101 \param [in] IRQn External interrupt number. Value cannot be negative. 123 \param [in] IRQn Interrupt number. Value cannot be negative. 133 \param [in] IRQn External interrupt number. Value cannot be negative. 155 \param [in] IRQn Interrupt number. Value cannot be negative. 165 \param [in] IRQn External interrupt number. Value cannot be negative. 199 \note The priority cannot be set for every core interrupt.
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/ |
H A D | os_cputime.h | 186 * @param timer The timer to initialize. Cannot be NULL. 187 * @param fp The timer callback function. Cannot be NULL. 199 * @param timer Pointer to timer to start. Cannot be NULL. 214 * @param timer Pointer to timer. Cannot be NULL. 227 * @param timer Pointer to cputimer to stop. Cannot be NULL.
|
/nrf52832-nimble/rt-thread/libcpu/c-sky/common/ |
H A D | csi_core.h | 46 \param [in] irq_num External interrupt number. Value cannot be negative. 52 \param [in] irq_num External interrupt number. Value cannot be negative. 68 \param [in] irq_num Interrupt number. Value cannot be negative. 75 \param [in] irq_num External interrupt number. Value cannot be negative. 92 \note The priority cannot be set for every core interrupt.
|
/nrf52832-nimble/rt-thread/libcpu/arm/cortex-r4/ |
H A D | trap.c | 41 * When comes across an instruction which it cannot handle, 77 * An abort indicates that the current memory access cannot be completed, 95 * An abort indicates that the current memory access cannot be completed,
|
/nrf52832-nimble/rt-thread/libcpu/arm/zynq7000/ |
H A D | trap.c | 39 * When comes across an instruction which it cannot handle, 76 * An abort indicates that the current memory access cannot be completed, 94 * An abort indicates that the current memory access cannot be completed,
|
/nrf52832-nimble/rt-thread/libcpu/arm/lpc24xx/ |
H A D | trap.c | 40 * When ARM7TDMI comes across an instruction which it cannot handle, 75 * An abort indicates that the current memory access cannot be completed, 92 * An abort indicates that the current memory access cannot be completed,
|
/nrf52832-nimble/rt-thread/libcpu/arm/s3c24x0/ |
H A D | trap.c | 47 * When ARM7TDMI comes across an instruction which it cannot handle, 85 * An abort indicates that the current memory access cannot be completed, 106 * An abort indicates that the current memory access cannot be completed,
|
/nrf52832-nimble/rt-thread/libcpu/arm/cortex-a/ |
H A D | trap.c | 41 * When comes across an instruction which it cannot handle, 78 * An abort indicates that the current memory access cannot be completed, 96 * An abort indicates that the current memory access cannot be completed,
|
/nrf52832-nimble/rt-thread/libcpu/arm/realview-a8-vmm/ |
H A D | trap.c | 45 * When comes across an instruction which it cannot handle, 82 * An abort indicates that the current memory access cannot be completed, 100 * An abort indicates that the current memory access cannot be completed,
|
/nrf52832-nimble/rt-thread/libcpu/arm/s3c44b0/ |
H A D | trap.c | 46 * When ARM7TDMI comes across an instruction which it cannot handle, 78 * An abort indicates that the current memory access cannot be completed, 94 * An abort indicates that the current memory access cannot be completed,
|
/nrf52832-nimble/rt-thread/libcpu/arm/sep4020/ |
H A D | trap.c | 44 * When ARM7TDMI comes across an instruction which it cannot handle, 80 * An abort indicates that the current memory access cannot be completed, 99 * An abort indicates that the current memory access cannot be completed,
|
/nrf52832-nimble/rt-thread/components/vmm/ |
H A D | vmm.h | 35 * write to a vbus channel *Would BLOCK*. So we cannot use it in interrupt 36 * context, we cannot use it within the context of idle(vmm). */
|
/nrf52832-nimble/rt-thread/libcpu/arm/am335x/ |
H A D | trap.c | 49 * When ARM7TDMI comes across an instruction which it cannot handle, 94 * An abort indicates that the current memory access cannot be completed, 115 * An abort indicates that the current memory access cannot be completed,
|
/nrf52832-nimble/rt-thread/libcpu/arm/arm926/ |
H A D | trap.c | 68 * When ARM7TDMI comes across an instruction which it cannot handle, 106 * An abort indicates that the current memory access cannot be completed, 127 * An abort indicates that the current memory access cannot be completed,
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | errno.h | 132 #define ELIBEXEC 83 /* Cannot exec a shared library directly */ 148 #define EADDRNOTAVAIL 99 /* Cannot assign requested address */ 157 #define ESHUTDOWN 108 /* Cannot send after transport endpoint shutdown */ 158 #define ETOOMANYREFS 109 /* Too many references: cannot splice */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | errno.h | 132 #define ELIBEXEC 83 /* Cannot exec a shared library directly */ 148 #define EADDRNOTAVAIL 99 /* Cannot assign requested address */ 157 #define ESHUTDOWN 108 /* Cannot send after transport endpoint shutdown */ 158 #define ETOOMANYREFS 109 /* Too many references: cannot splice */
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/ |
H A D | pt-doc.txt | 103 A protothread runs within a single C function and cannot span over 104 other functions. A protothread may call normal C functions, but cannot 160 the code cannot use switch() statements itself.
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | arch.h | 163 #define ELIBEXEC 83 /* Cannot exec a shared library directly */ 179 #define EADDRNOTAVAIL 99 /* Cannot assign requested address */ 188 #define ESHUTDOWN 108 /* Cannot send after transport endpoint shutdown */ 189 #define ETOOMANYREFS 109 /* Too many references: cannot splice */
|
/nrf52832-nimble/rt-thread/libcpu/unicore32/sep6200/ |
H A D | trap.c | 58 * When unicore comes across an instruction which it cannot handle, 94 * An abort indicates that the current memory access cannot be completed, 113 * An abort indicates that the current memory access cannot be completed,
|
/nrf52832-nimble/rt-thread/components/drivers/sensors/ |
H A D | sensor.h | 446 * but it cannot be implemented using only a magnetometer. 525 * This sensor must be based on a gyroscope. It cannot be implemented using 608 * If a particular hardware cannot support this mode of operation then this 641 * This sensor must be low power. That is, if the step detection cannot be 688 * If a particular hardware cannot support these modes of operation then this 692 * This sensor must be low power. That is, if the step detection cannot be 711 * This sensor must be based on a magnetometer. It cannot be implemented using 712 * a gyroscope, and gyroscope input cannot be used by this sensor, as the
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/httpd/ |
H A D | httpd_structs.h | 32 "\r\n<html><body><h2>404: The requested file cannot be found.</h2></body></html>\r\n" 34 …ive\r\nContent-Length: 77\r\n\r\n<html><body><h2>404: The requested file cannot be found.</h2></bo…
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/http/ |
H A D | httpd_structs.h | 30 "\r\n<html><body><h2>404: The requested file cannot be found.</h2></body></html>\r\n" 32 …ive\r\nContent-Length: 77\r\n\r\n<html><body><h2>404: The requested file cannot be found.</h2></bo…
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_pdm.h | 121 * @param[in] event_handler Event handler provided by the user. Cannot be NULL. 185 * @param[in] buffer Pointer to the receive buffer. Cannot be NULL.
|