Part Number: TDA4VM
Tool/software:
Hello,
I am integrating the SDL library and observing behavior related to the SDL_VIM_getStaticRegs API. This function returns a SDL_vimStaticRegs structure, which contains SDL_vimStaticRegs_GRP elements. Within these GRP elements, I see INTR_EN_SET and INTR_EN_CLR registers.
According to the device's Technical Reference Manual (TRM), these INTR_EN_SET and INTR_EN_CLR registers are used for enabling and disabling interrupt masks for event groups, and they are typically modified at runtime based on application needs.
Could you please clarify why these registers, which appear to be dynamic and runtime-alterable per the TRM, are included in a structure (and accessed via an API) explicitly named SDL_VIM_getStaticRegs? This naming suggests they hold static, unchanging values.
Thank you for your insights.
