pub unsafe extern "C" fn acc_rss_set_log_level(level: acc_log_level_t)
Expand description

@brief Set the log level that determines when the integration HAL logger function is called

Shall be called when there is a hal registered in RSS as it has no effect otherwise.

@param[in] level The severity level for log output.