Home
last modified time | relevance | path

Searched refs:PCA9420_SwitchMode (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/boards/evkmimxrt685/wireless_config_template/
Dsdmmc_config.c123 bool result = PCA9420_SwitchMode(&pca9420Handle, kPCA9420_Mode0); in BOARD_SDCardIoVoltageControl()
131 bool result = PCA9420_SwitchMode(&pca9420Handle, kPCA9420_Mode1); in BOARD_SDCardIoVoltageControl()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/pca9420/
Dfsl_pca9420.h731 bool PCA9420_SwitchMode(pca9420_handle_t *handle, pca9420_mode_t mode);
Dfsl_pca9420.c341 bool PCA9420_SwitchMode(pca9420_handle_t *handle, pca9420_mode_t mode) in PCA9420_SwitchMode() function