Function aes_set_config()

Configure the AES module.

void aes_set_config(
		struct aes_module *const module,
		Aes *const hw,
		struct aes_config *const config)

Table 1. Parameters
Data direction Parameter name Description

[out]

module

Pointer to the software instance struct

[in]

hw

Module hardware register base address pointer

[in]

config

Pointer to an AES configuration structure