IAR Embedded Workbench for RX 5.20C-SPY DebuggingC-RUN runtime error checkingCompiler and linker reference for C-RUN__as_get_base__as_get_baseIn this section: Syntax__as_get_base(ptr)ParametersptrA pointer.DescriptionUse this operator to create a pointer of the same type as ptr, representing the base of the area pointed to by ptr.Examplebase = __as_get_base(my_ptr);