5.6.2.3.3 Function ccl_lut_set_config()
Writes LUT configuration to the hardware module.
enum status_code ccl_lut_set_config( const enum ccl_lut_id number, struct ccl_lut_config *const config)
Writes a given LUT configuration to the hardware module.
Note: This function can only be used when the CCL module is disabled.
Data direction | Parameter name | Description |
---|---|---|
[in] | config |
Pointer to the LUT configuration struct |
[in] | number |
LUT number to config |