Home
last modified time | relevance | path

Searched refs:s (Results 1 – 8 of 8) sorted by relevance

/hal_nordic-latest/nrfx/
DREADME11 With added proper shims adapting it to Zephyr's APIs, nrfx will provide
16 Semiconductor's SoCs. It originated as an extract from the nRF5 SDK.
19 into them. For the user's convenience, the drivers come with the MDK
DCHANGELOG.md148 …he detected voltage is below or above the threshold of VPOF (POF Comparator's threshold voltage) i…
204 - Fixed the nrfx_pwm_stopped_check() function when used without user's handler function.
551 - Declared the tx_buffer_length field in the UART driver's control block as volatile to prevent iss…
/hal_nordic-latest/nrfx/hal/
Dnrf_common.h58 #define RISCV_FENCE(p, s) __asm__ __volatile__ ("fence " #p "," #s : : : "memory") argument
/hal_nordic-latest/nrfx/samples/common/
Dcommon-pinctrl.dtsi13 * `<zephyr/devicetree.h>` (see Zephyr’s doc: Devicetree access from C/C++).
/hal_nordic-latest/nrfx/doc/
Dmain_page.dox5 Semiconductor's SoCs. It provides drivers that can be used in various environments
7 For the user's convenience, the drivers come with the MDK package. This package
Dnrfx.doxyfile240 # By default Python docstrings are displayed as preformatted text and doxygen's
242 # doxygen's special commands can be used and the contents of the docstring
274 # "Side Effects:". Note that you cannot put \n's in the value part of an alias
383 # If you use Microsoft's C++/CLI language, you should set this option to YES to
397 # For Microsoft's IDL there are propget and propput attributes to indicate
585 # blocks will be appended to the function's detailed documentation block.
622 # append additional text to a page's title, such as Class Reference. If set to
789 # that represents doxygen's defaults, run doxygen with the -l option. You can
1169 # source browser. The htags tool is part of GNU's global source tagging system
1396 # generated that can be used as input for Apple's Xcode 3 integrated development
[all …]
/hal_nordic-latest/nrfx/samples/doc/
Dnrfx_examples.doxyfile240 # By default Python docstrings are displayed as preformatted text and doxygen's
242 # doxygen's special commands can be used and the contents of the docstring
274 # "Side Effects:". Note that you cannot put \n's in the value part of an alias
381 # If you use Microsoft's C++/CLI language, you should set this option to YES to
395 # For Microsoft's IDL there are propget and propput attributes to indicate
583 # blocks will be appended to the function's detailed documentation block.
620 # append additional text to a page's title, such as Class Reference. If set to
787 # that represents doxygen's defaults, run doxygen with the -l option. You can
1160 # source browser. The htags tool is part of GNU's global source tagging system
1387 # generated that can be used as input for Apple's Xcode 3 integrated development
[all …]
/hal_nordic-latest/drivers/nrf_802154/serialization/spinel_base/
Dspinel.c152 static size_t spinel_strnlen(const char *s, size_t maxlen) in spinel_strnlen() argument
156 for (ret = 0; (ret < maxlen) && (s[ret] != 0); ret++) in spinel_strnlen()