BlueToe
an alternative GATT/BLE implementation
Loading...
Searching...
No Matches
bluetoe::nrf::leave_run_on_interrupt Struct Reference

configures the radio::run() function to return on every interrupt More...

#include <bluetoe/bindings/nordic/include/bluetoe/nrf.hpp>

Detailed Description

configures the radio::run() function to return on every interrupt

Usually, run() will return on a call to radio::wake(). With this option, run() will only block for a single call to the WFI ARM assembler instruction. Once that instruction returns, the function will be left.


The documentation for this struct was generated from the following file: