Searched refs:rt_mfx_pin_write (Results 1 – 3 of 3) sorted by relevance
37 void rt_mfx_pin_write(rt_uint32_t IoPin, rt_base_t PinState);
175 rt_mfx_pin_write(CAMERA_XSDN, BSP_IO_PIN_SET); in ov5640_hard_reset()178 rt_mfx_pin_write(CAMERA_RST1, BSP_IO_PIN_RESET); in ov5640_hard_reset()183 rt_mfx_pin_write(CAMERA_XSDN, BSP_IO_PIN_RESET); in ov5640_hard_reset()188 rt_mfx_pin_write(CAMERA_RST1, BSP_IO_PIN_SET); in ov5640_hard_reset()
239 void rt_mfx_pin_write(rt_uint32_t IoPin, rt_base_t PinState) in rt_mfx_pin_write() function
Completed in 10 milliseconds