Searched refs:link (Results 1 – 6 of 6) sorted by relevance
643 nrf_uicr_dppi_link_t link; in nrf_uicr_feature_link_get() local650 … link.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()661 … link.source = p_reg->DPPI.GLOBAL[index].CH.LINK.EN | ~p_reg->DPPI.GLOBAL[index].CH.LINK.DIR; in nrf_uicr_feature_link_get()662 … link.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()
267 table a:link {
268 table a:link {
363 # When enabled doxygen tries to link words that correspond to documented364 # classes, or namespaces to their corresponding documentation. Such a link can1142 # REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will1143 # link to the documentation.
365 # When enabled doxygen tries to link words that correspond to documented366 # classes, or namespaces to their corresponding documentation. Such a link can1151 # REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will1152 # link to the documentation.
126 - Added possibility to use TX link feature without (D)PPI connection in the UARTE driver.