Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_spim.c52 #define _NRFX_NUM_FEATURE_TOKEN(periph, inst, feature) \ argument
53 NRFX_CONCAT(NRFX_CONCAT(periph, _, feature, _TOKEN), NRFX_CONCAT(inst, _, feature))
55 #define _NRFX_NUM_FEATURE_SUPPORTED_MASK(periph, prefix, i, feature) \ argument
56 NRFX_COND_CODE_1(_NRFX_NUM_FEATURE_TOKEN(periph, NRFX_CONCAT(periph, prefix, i), feature), \
71 #define NRFX_NUM_FEATURE_SUPPORTED_MASK(periph, feature) \ argument
73 (NRFX_FOREACH_ENABLED(periph, _NRFX_NUM_FEATURE_SUPPORTED_MASK, (|), (0), feature)))
76 #define _NRFX_SUPPORTED_FEATURE_MASK(periph, prefix, i, feature) \ argument
77 NRFX_COND_CODE_1(NRFX_CONCAT(periph, prefix, i, _, feature), \
89 #define NRFX_FEATURE_SUPPORTED_MASK(periph, feature) \ argument
91 (NRFX_FOREACH_ENABLED(periph, _NRFX_SUPPORTED_FEATURE_MASK, (|), (0), feature)))
[all …]
/hal_nordic-latest/nrfx/hal/
Dnrf_uicr.h345 nrf_uicr_feature_t feature,
358 nrf_uicr_feature_t feature,
371 nrf_uicr_feature_t feature,
544 nrf_uicr_feature_t feature, in nrf_uicr_feature_own_get() argument
547 switch (feature) in nrf_uicr_feature_own_get()
585 nrf_uicr_feature_t feature, in nrf_uicr_feature_secure_get() argument
588 switch (feature) in nrf_uicr_feature_secure_get()
640 nrf_uicr_feature_t feature, in nrf_uicr_feature_link_get() argument
645 switch (feature) in nrf_uicr_feature_link_get()
Dnrf_spu.h718 nrf_spu_feature_t feature,
732 nrf_spu_feature_t feature,
751 nrf_spu_feature_t feature,
767 nrf_spu_feature_t feature,
786 nrf_spu_feature_t feature,
802 nrf_spu_feature_t feature,
819 nrf_spu_feature_t feature,
833 nrf_spu_feature_t feature,
1156 nrf_spu_feature_t feature, in nrf_spu_feature_secattr_get() argument
1160 switch (feature) in nrf_spu_feature_secattr_get()
[all …]
Dnrf_stm.h193 nrf_stm_feature_t feature);
205 nrf_stm_feature_t feature,
434 nrf_stm_feature_t feature) in nrf_stm_feature_check() argument
436 switch (feature) in nrf_stm_feature_check()
503 nrf_stm_feature_t feature, in nrf_stm_feature_set() argument
506 switch (feature) in nrf_stm_feature_set()
/hal_nordic-latest/nrfx/samples/src/nrfx_uarte/rx_double_buffered/
DREADME.md3 The sample demonstrates a functionality of the nrfx_uarte driver utilizing double-buffering feature.
24 To show the double-buffering feature the data is written to different buffers in the @p m_rx_buffer…
/hal_nordic-latest/nrfx/
DCHANGELOG.md126 - Added possibility to use TX link feature without (D)PPI connection in the UARTE driver.
322 - Fixed the limits feature that could be spuriously triggered during calibration procedure in the S…
383 - Added the channel allocator feature in the GPIOTE driver.
384 - Added support for registers associated with the Direction Finding feature in the RADIO HAL.
493 - Added support for LIST feature in HALs for SPIS and TWIS.
529 - Added bus recovery feature in the TWI and TWIM drivers.
/hal_nordic-latest/nrfx/samples/doc/
Dnrfx_examples.doxyfile357 # Note: This feature currently applies only to Markdown headings.
434 # Note that this feature does not work in combination with
479 # threads. Since this is still an experimental feature the default is set to 1,
803 # LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
980 # directories that are symbolic links (a Unix file system feature) are excluded
1152 # can opt to disable this feature.
1606 # HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can
2190 # the structure of the code including all documentation. Note that this feature
2203 # Note that this feature is still experimental and incomplete at the moment.
2674 # this, this feature is disabled by default.
/hal_nordic-latest/nrfx/doc/
Dnrfx.doxyfile359 # Note: This feature currently applies only to Markdown headings.
436 # Note that this feature does not work in combination with
481 # threads. Since this is still an experimental feature the default is set to 1,
805 # LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
989 # directories that are symbolic links (a Unix file system feature) are excluded
1161 # can opt to disable this feature.
1615 # HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can
2199 # the structure of the code including all documentation. Note that this feature
2212 # Note that this feature is still experimental and incomplete at the moment.
2686 # this, this feature is disabled by default.