Home
last modified time | relevance | path

Searched refs:pullPowerDownPin (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/camera/device/max9286/
Dfsl_max9286.c772 resource->pullPowerDownPin(false); in MAX9286_InitExt()
774 resource->pullPowerDownPin(true); in MAX9286_InitExt()
789 ((max9286_resource_t *)(handle->resource))->pullPowerDownPin(false); in MAX9286_Deinit()
Dfsl_max9286.h59 void (*pullPowerDownPin)(bool pullUp); /*!< Function to pull power down pin high or low. */ member
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/camera/device/ov5640/
Dfsl_ov5640.h40 void (*pullPowerDownPin)(bool pullUp); /*!< Function to pull the power down pin high or low. */ member
Dfsl_ov5640.c843 resource->pullPowerDownPin(true); in OV5640_Init()
849 resource->pullPowerDownPin(false); in OV5640_Init()
962 ((ov5640_resource_t *)(handle->resource))->pullPowerDownPin(true); in OV5640_Deinit()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/camera/device/ov7725/
Dfsl_ov7725.c377 resource->pullPowerDownPin(true); in OV7725_Init()
382 resource->pullPowerDownPin(false); in OV7725_Init()
624 ((ov7725_resource_t *)(handle->resource))->pullPowerDownPin(true); in OV7725_Deinit()
Dfsl_ov7725.h198 void (*pullPowerDownPin)(bool pullUp); /*!< Function to pull the power down pin high or low. */ member