Lines Matching full:slave
38 * only a single slave is present.
186 * @retval 1 If at least one slave answers with a present pulse.
353 * This command allows the bus master to read the slave devices without
359 * This command allows the bus master to address a specific slave device by
371 * This command allows the bus master to read the ROM code from a single slave
373 * This command should be used when there is only a single slave device on the
380 * codes) of all slave devices on the bus.
433 /** @brief The 1-Wire family code identifying the slave device type.
450 * the bus to address the specific slave using the selected speed.
466 * @param rom found The ROM of the found slave.
484 * @retval -ENODEV In case no slave responds to reset.
491 * @brief Select a specific slave by broadcasting a selected ROM.
493 * This routine allows the 1-Wire bus master to select a slave
495 * this single selected slave.
499 * Once a slave has been selected, to reduce the communication overhead, the
501 * selected slave.
504 * @param[in] config Pointer to the slave specific 1-Wire config.
507 * @retval -ENODEV In case no slave responds to reset.
513 * @brief Select the slave last addressed with a Match ROM or Search ROM commnad.
515 * This routine allows the 1-Wire bus master to re-select a slave
521 * @retval -ENODEV In case no slave responds to reset.
532 * But it can also be used to concurrently write to all slave devices.
535 * @param[in] config Pointer to the slave specific 1-Wire config.
538 * @retval -ENODEV In case no slave responds to reset.
548 * @param[in] config Pointer to the slave specific 1-Wire config.
551 * @retval -ENODEV In case no slave responds to reset.
557 * @brief Write then read data from the 1-Wire slave with matching ROM.
560 * Then writes given data and reads the response back from the slave.
563 * @param[in] config Pointer to the slave specific 1-Wire config.
570 * @retval -ENODEV In case no slave responds to reset.
582 * If a callback is passed, the callback is called for each found slave.
594 * for each found slave.
606 * @brief Search for 1-Wire slave on bus.
613 * for each found slave.
635 * for each found slave.