Hi @luozhu
The STC_RIL_SetInterleave function is used in build_mx8qm_b0/soc/MX8QM/soc.o, the soc.c it's not open source. We don't recommend you modify it. If you still need to modify it. You can use like this.
STC_Type *bases[] = STC_BASE_PTRS;
for(int i; i < STC_count; i ++)
{
STC_Type *base = bases[i]
STC_RIL_SetInterleave(base, <your stc config>)
}