Home
last modified time | relevance | path

Searched refs:link (Results 1 – 6 of 6) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_uicr.h643 nrf_uicr_dppi_link_t link; in nrf_uicr_feature_link_get() local
650link.source = p_reg->DPPI.LOCAL[index].CH.LINK.EN | ~p_reg->DPPI.LOCAL[index].CH.LINK.DIR; in nrf_uicr_feature_link_get()
651 link.sink = p_reg->DPPI.LOCAL[index].CH.LINK.EN | p_reg->DPPI.LOCAL[index].CH.LINK.DIR; in nrf_uicr_feature_link_get()
653 link.source = p_reg->DPPI.LOCAL[index].CH.LINK.SOURCE; in nrf_uicr_feature_link_get()
654 link.sink = p_reg->DPPI.LOCAL[index].CH.LINK.SINK; in nrf_uicr_feature_link_get()
661link.source = p_reg->DPPI.GLOBAL[index].CH.LINK.EN | ~p_reg->DPPI.GLOBAL[index].CH.LINK.DIR; in nrf_uicr_feature_link_get()
662link.sink = p_reg->DPPI.GLOBAL[index].CH.LINK.EN | p_reg->DPPI.GLOBAL[index].CH.LINK.DIR; in nrf_uicr_feature_link_get()
664 link.source = p_reg->DPPI.GLOBAL[index].CH.LINK.SOURCE; in nrf_uicr_feature_link_get()
665 link.sink = p_reg->DPPI.GLOBAL[index].CH.LINK.SINK; in nrf_uicr_feature_link_get()
674 return link; in nrf_uicr_feature_link_get()
/hal_nordic-latest/nrfx/samples/doc/buildfiles/
Dextra_stylesheet.css267 table a:link {
/hal_nordic-latest/nrfx/doc/buildfiles/
Dextra_stylesheet.css268 table a:link {
/hal_nordic-latest/nrfx/samples/doc/
Dnrfx_examples.doxyfile363 # When enabled doxygen tries to link words that correspond to documented
364 # classes, or namespaces to their corresponding documentation. Such a link can
1142 # REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will
1143 # link to the documentation.
/hal_nordic-latest/nrfx/doc/
Dnrfx.doxyfile365 # When enabled doxygen tries to link words that correspond to documented
366 # classes, or namespaces to their corresponding documentation. Such a link can
1151 # REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will
1152 # link to the documentation.
/hal_nordic-latest/nrfx/
DCHANGELOG.md126 - Added possibility to use TX link feature without (D)PPI connection in the UARTE driver.