include/ecrt.h
changeset 1256 45fe0af4340b
parent 1254 c19d273a9e76
child 1257 9844ac126275
equal deleted inserted replaced
1255:38b7e05b20c1 1256:45fe0af4340b
   810  *
   810  *
   811  * If external memory was provided with ecrt_domain_external_memory(), the
   811  * If external memory was provided with ecrt_domain_external_memory(), the
   812  * returned pointer will contain the address of that memory. Otherwise it will
   812  * returned pointer will contain the address of that memory. Otherwise it will
   813  * point to the internally allocated memory.
   813  * point to the internally allocated memory.
   814  *
   814  *
       
   815  * \attention In case of internal domain memory (default), this method may not
       
   816  * be called before ecrt_master_activate().
       
   817  *
   815  * \return Pointer to the process data memory.
   818  * \return Pointer to the process data memory.
   816  */
   819  */
   817 uint8_t *ecrt_domain_data(
   820 uint8_t *ecrt_domain_data(
   818         ec_domain_t *domain /**< Domain. */
   821         ec_domain_t *domain /**< Domain. */
   819         );
   822         );