Hi Erich,
I believe following struct initialization is not strictly according to C89.
I'm just looking for a statement, whether the generated code is according to some rule.
pin_settings_config_t g_dev_kit_pin_mux_InitConfigArr[NUM_OF_CONFIGURED_PINS] =
{
{
.base = SIUL2,
.pinPortIdx = 19u,
.mux = PORT_MUX_AS_GPIO,