master/pdo.c
branchstable-1.5
changeset 2522 ec403cf308eb
parent 2421 bc2d4bf9cbe5
equal deleted inserted replaced
2521:3d68bb0047a1 2522:ec403cf308eb
   271 /*****************************************************************************/
   271 /*****************************************************************************/
   272 
   272 
   273 /** Finds a PDO entry via its position in the list.
   273 /** Finds a PDO entry via its position in the list.
   274  *
   274  *
   275  * Const version.
   275  * Const version.
       
   276  *
       
   277  * \return Search result, or NULL.
   276  */
   278  */
   277 const ec_pdo_entry_t *ec_pdo_find_entry_by_pos_const(
   279 const ec_pdo_entry_t *ec_pdo_find_entry_by_pos_const(
   278         const ec_pdo_t *pdo, /**< PDO. */
   280         const ec_pdo_t *pdo, /**< PDO. */
   279         unsigned int pos /**< Position in the list. */
   281         unsigned int pos /**< Position in the list. */
   280         )
   282         )