Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/pca9420/
Dfsl_pca9420.h527 } pca9420_handle_t; typedef
643 void PCA9420_Init(pca9420_handle_t *handle, const pca9420_config_t *config);
701 void PCA9420_WriteModeConfigs(pca9420_handle_t *handle,
717 void PCA9420_ReadModeConfigs(pca9420_handle_t *handle,
731 bool PCA9420_SwitchMode(pca9420_handle_t *handle, pca9420_mode_t mode);
742 bool PCA9420_GetCurrentMode(pca9420_handle_t *handle, pca9420_mode_t *mode);
752 uint8_t PCA9420_GetRegulatorStatus(pca9420_handle_t *handle);
761 void PCA9420_FeedWatchDog(pca9420_handle_t *handle);
779 bool PCA9420_WriteRegs(pca9420_handle_t *handle, uint8_t regBase, uint8_t *val, uint32_t size);
790 bool PCA9420_ReadRegs(pca9420_handle_t *handle, uint8_t regBase, uint8_t *val, uint32_t size);
[all …]
Dfsl_pca9420.c72 void PCA9420_Init(pca9420_handle_t *handle, const pca9420_config_t *config) in PCA9420_Init()
195 void PCA9420_WriteModeConfigs(pca9420_handle_t *handle, in PCA9420_WriteModeConfigs()
246 void PCA9420_ReadModeConfigs(pca9420_handle_t *handle, in PCA9420_ReadModeConfigs()
303 static bool PCA9420_ModeControlledByI2C(pca9420_handle_t *handle, pca9420_mode_t mode) in PCA9420_ModeControlledByI2C()
341 bool PCA9420_SwitchMode(pca9420_handle_t *handle, pca9420_mode_t mode) in PCA9420_SwitchMode()
355 bool PCA9420_GetCurrentMode(pca9420_handle_t *handle, pca9420_mode_t *mode) in PCA9420_GetCurrentMode()
383 uint8_t PCA9420_GetRegulatorStatus(pca9420_handle_t *handle) in PCA9420_GetRegulatorStatus()
398 void PCA9420_FeedWatchDog(pca9420_handle_t *handle) in PCA9420_FeedWatchDog()
405 bool PCA9420_WriteRegs(pca9420_handle_t *handle, uint8_t regBase, uint8_t *val, uint32_t size) in PCA9420_WriteRegs()
414 bool PCA9420_ReadRegs(pca9420_handle_t *handle, uint8_t regBase, uint8_t *val, uint32_t size) in PCA9420_ReadRegs()
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/evkmimxrt685/wireless_config_template/
Dsdmmc_config.c41 static pca9420_handle_t pca9420Handle;