Searched refs:NRF_DRIVE_POS (Results 1 – 2 of 2) sorted by relevance
81 (DT_PROP(node_id, nordic_drive_mode) << NRF_DRIVE_POS) | \141 #define NRF_GET_DRIVE(pincfg) (((pincfg) >> NRF_DRIVE_POS) & NRF_DRIVE_MSK)
50 #define NRF_DRIVE_POS 11U macro