Function tcc_clear_status()

Clears a module status flag.

void tcc_clear_status(
		struct tcc_module *const module_inst,
		const uint32_t status_flags)

Clears the given status flag of the module.

Table 1. Parameters
Data direction Parameter name Description

[in]

module_inst

Pointer to the TCC software instance struct

[in]

status_flags

Bitmask of TCC_STATUS_* flags to clear