Lines Matching refs:CH
557 return p_reg->GPIOTE[index].CH.OWN; in nrf_uicr_feature_own_get()
561 return p_reg->IPCT.GLOBAL[index].CH.OWN; in nrf_uicr_feature_own_get()
569 return p_reg->DPPI.GLOBAL[index].CH.OWN; in nrf_uicr_feature_own_get()
598 return p_reg->GPIOTE[index].CH.SECURE; in nrf_uicr_feature_secure_get()
601 return p_reg->IPCT.LOCAL.CH.SECURE; in nrf_uicr_feature_secure_get()
608 return p_reg->IPCT.GLOBAL[index].CH.SECURE; in nrf_uicr_feature_secure_get()
616 return p_reg->DPPI.LOCAL[index].CH.SECURE; in nrf_uicr_feature_secure_get()
624 return p_reg->DPPI.GLOBAL[index].CH.SECURE; in nrf_uicr_feature_secure_get()
650 … 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()