change(csi): changed the clk_freq_hz to lane_bit_rate_mbps

This commit is contained in:
Armando
2024-03-26 16:00:11 +08:00
parent 699f3e1245
commit 8cef97beac
5 changed files with 7 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ typedef struct {
uint32_t in_bpp; ///< In bits per pixel
uint32_t out_bpp; ///< Out bits per pixel
bool byte_swap_en; ///< Enable byte swap
int clk_freq_hz; ///< Clock frequency in hz
int lane_bit_rate_mbps; ///< Lane bit rate in Mbps
} mipi_csi_hal_config_t;
/**