how to set the High-drive QSPI?

how to set the High-drive QSPI?

NRF_GPIO_PIN_H0H1
        nrf_gpio_cfg(mosi_pin,
                     NRF_GPIO_PIN_DIR_OUTPUT,
                     NRF_GPIO_PIN_INPUT_CONNECT,
                     NRF_GPIO_PIN_NOPULL,
                     NRF_GPIO_PIN_H0H1,
                     NRF_GPIO_PIN_NOSENSE);
Parents Reply Children
No Data
Related