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