/nrf52832-nimble/packages/NimBLE-latest/nimble/include/nimble/ |
H A D | ble_hci_trans.h | 34 /*** Type of buffers for holding commands and events. */ 36 * Controller-to-host event buffers. Events have one of two priorities: 48 * If you want all events to be given equal treatment, then you should allocate 49 * low-priority events only. 51 * Event priorities solve the problem of critical events getting dropped due to 55 * Not all transports distinguish between low and high priority events. If the 57 * then it treats all events with equal priority.
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_power.h | 61 * @brief Events from power system 76 * @brief Events from USB power system 123 * @brief Event handler for USB related power events 193 * @brief The configuration of USB related power events 278 * @brief Initialize sleep entering and exiting events processing 290 * @brief Enable sleep entering and exiting events processing 297 * @brief Disable sleep entering and exiting events processing 302 * @brief Uninitialize sleep entering and exiting events processing
|
H A D | nrfx_nfct.h | 184 * @brief Callback descriptor to pass events from the NFCT driver to the upper layer. 195 …enabling RX/TX events. Indicate which events must be forwarded to the upper layer by using @ref nr…
|
/nrf52832-nimble/rt-thread/components/drivers/sensors/ |
H A D | sensor.h | 107 * events while the screen is off. While in suspend mode, and unless 109 * events are lost. 121 * be able to buffer at least 10 seconds worth of the requested sensor events. 129 * wake-up: yes this sensor must wake-up the SoC to deliver events 130 * wake-up: no this sensor shall not wake-up the SoC, events are dropped 171 * Sensors can report events in different ways called trigger modes, 175 * continuous: events are reported at a constant rate defined by setDelay(). 177 * on-change: events are reported only if the sensor's value has changed. 179 * period (minimum time between two events). 233 * Acceleration sensors return sensor events for all 3 axes at a constant [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_hs_startup.c | 228 * Enable the following LE events: in ble_hs_startup_le_set_evmask_tx() 239 * Enable the following LE events: in ble_hs_startup_le_set_evmask_tx() 246 * Enable the following LE events: in ble_hs_startup_le_set_evmask_tx() 256 * Enable the following LE events: in ble_hs_startup_le_set_evmask_tx() 288 * Enable the following events: in ble_hs_startup_set_evmask_tx() 306 * Enable the following events: in ble_hs_startup_set_evmask_tx()
|
/nrf52832-nimble/packages/NimBLE-latest/apps/ext_advertiser/src/ |
H A D | ext_advertiser.c | 64 /* Starts advertising instance with 100 max events and changing adv data pattern 75 int events = 10; in start_ext_max_events() local 90 /* allow larger interval, 400 * 0.625ms with 100 events will give up to in start_ext_max_events() 127 rc = ble_gap_ext_adv_start(instance, 0, events); in start_ext_max_events() 130 console_printf("instance %u started (PDUs with max events %d)\n", in start_ext_max_events() 131 instance, events); in start_ext_max_events() 443 * then starts serving events from default event queue.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | api.h | 152 …* The events have to be seen as events signaling the state of these mboxes/semaphores. For non-blo… 154 * and these events tell you about that. 156 * RCVPLUS events say: Safe to perform a potentially blocking call call once more. 157 * They are counted in sockets - three RCVPLUS events for accept mbox means you are safe 161 * RCVMINUS events say: Your call to to a possibly blocking function is "acknowledged". 201 /** A callback prototype to inform about events for a netconn */ 269 /** A callback function that is informed about events for this netconn */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | api.h | 165 …* The events have to be seen as events signaling the state of these mboxes/semaphores. For non-blo… 167 * and these events tell you about that. 169 * RCVPLUS events say: Safe to perform a potentially blocking call call once more. 170 * They are counted in sockets - three RCVPLUS events for accept mbox means you are safe 174 * RCVMINUS events say: Your call to to a possibly blocking function is "acknowledged". 214 /** A callback prototype to inform about events for a netconn */ 284 /** A callback function that is informed about events for this netconn */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/ |
H A D | ble_ll_sched.h | 39 * For connectable advertising events no scan request is allowed. In this case 71 /* Types of scheduler events */ 177 * If there are not scheduled events this function returns 0; otherwise it 182 * @return int 0: No events are scheduled 1: there is an upcoming event
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/ |
H A D | randm.h | 47 * on random and semi-random system events to build randomness in time for 48 * usage. For randomly timed events, pass a null pointer and a zero length 56 * Randomize our random seed value. To be called for truely random events
|
H A D | randm.c | 75 * on random and semi-random system events to build randomness in time for 76 * usage. For randomly timed events, pass a null pointer and a zero length 236 * seed which is randomized by truely random events. 238 * operator or network events in which case it will be pseudo random
|
/nrf52832-nimble/nordic/nrfx/drivers/src/ |
H A D | nrfx_twis.c | 102 * @brief Clear all events 104 * Function clears all actually pending events 108 /* Clear all events */ in nrfx_twis_clear_all_events() 122 * All events are cleared. 269 /* Get all events */ in nrfx_twis_state_machine() 365 /* Go to idle and repeat the state machine if READ or WRITE events detected. in nrfx_twis_state_machine() 406 /* Go to idle and repeat the state machine if READ or WRITE events detected. in nrfx_twis_state_machine() 422 /* Do not clear any events and repeat the machine */ in nrfx_twis_state_machine()
|
H A D | nrfx_pwm.c | 152 // interrupts generated on SEQEND0 and SEQEND1 events (this ensures that in nrfx_pwm_init() 209 // handling interrupts generated on SEQEND0 and SEQEND1 events (see in start_playback() 210 // 'nrfx_pwm_init'), hence these events must be always enabled in start_playback() 416 // The user handler is called for SEQEND0 and SEQEND1 events only when the in irq_handler()
|
H A D | nrfx_nfct.c | 52 …bool fieldevents_filter_active; /**< Flag that indicates that the field events are i… 56 uint32_t field_state_cnt; /**< Counter of the FIELDLOST events. */ 120 NRFX_NFC_FIELD_STATE_NONE, /**< Initial value that indicates no NFCT field events. */ 123 NRFX_NFC_FIELD_STATE_UNKNOWN /**< Both NFCT field events have been set - ambiguous state. */ 215 /**@brief Function for evaluating and handling the NFC field events. 826 /* Clear also RX END and RXERROR events because SW does not take care of in nrfx_nfct_irq_handler()
|
/nrf52832-nimble/rt-thread/components/dfs/src/ |
H A D | poll.c | 135 req->_key = pollfd->events | POLLERR| POLLHUP; in do_pollfd() 139 /* Mask out unneeded events. */ in do_pollfd() 140 mask &= pollfd->events | POLLERR | POLLHUP; in do_pollfd()
|
H A D | select.c | 80 pollset[ndx].events |= POLLIN; in select() 87 pollset[ndx].events |= POLLOUT; in select()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/core/ |
H A D | test_netif.c | 110 /* positive tests: check that single events come as expected */ in NETIF_DECLARE_EXT_CALLBACK() 163 /* check for multi-events (only one combined callback expected) */ in NETIF_DECLARE_EXT_CALLBACK() 192 /* check for single-events */ in NETIF_DECLARE_EXT_CALLBACK()
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_setup/ |
H A D | ble_sync_cb.rst | 1 Respond to *sync* and *reset* events 76 /* As the last thing, process events from default event queue. */
|
H A D | ble_lp_clock.rst | 4 The NimBLE stack uses OS cputime for scheduling various events inside 55 associated peripherals prior to Bluetooth events (advertising, scanning,
|
/nrf52832-nimble/rt-thread/libcpu/mips/common/ |
H A D | mipsregs.h | 515 * Events counted by counter #0 535 * Events counted by counter #1 555 * These flags define in which privilege mode the counters count events 557 #define CEB_USER 8 /* Count events in user mode, EXL = ERL = 0 */ 558 #define CEB_SUPERVISOR 4 /* Count events in supvervisor mode EXL = ERL = 0 */ 559 #define CEB_KERNEL 2 /* Count events in kernel mode EXL = ERL = 0 */ 560 #define CEB_EXL 1 /* Count events with EXL = 1, ERL = 0 */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/ |
H A D | magic.c | 92 * on random and semi-random system events to build randomness in time for 93 * usage. For randomly timed events, pass a null pointer and a zero length 258 * seed which is randomized by truely random events. 260 * operator or network events in which case it will be pseudo random
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/ |
H A D | magic.c | 92 * on random and semi-random system events to build randomness in time for 93 * usage. For randomly timed events, pass a null pointer and a zero length 258 * seed which is randomized by truely random events. 260 * operator or network events in which case it will be pseudo random
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_rtc.h | 76 /** @brief RTC events. */ 161 * @param[in] channel Channel through which to subscribe events. 206 * @return Mask of pending events. 264 * @brief Function for enabling events.
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/ |
H A D | uip-doc.txt | 258 invoked in response to certain events. An application running on top 260 response to certain events. uIP calls the application when data is 300 \subsubsection appevents Application Events 305 events. The functions are implemented as C macros that will evaluate 306 to either zero or non-zero. Note that certain events can happen in 506 for an application to deal with all types of events such as 667 events as is done in the example. 751 establishment or closure events and handle errors. The functions are 876 The application does not handle errors or connection closing events, 994 events. Incoming packets are parsed by TCP and if the packet contains
|
/nrf52832-nimble/rt-thread/components/vbus/ |
H A D | vbus.h | 99 /** Listen on any events happen on the @chnr for @timeout ticks. 101 * This function blocks until events occur or timeout happened.
|