Lines Matching full:attribute
161 /*! @brief PF3000 Switch DVS Speed Attribute definition. */
185 /*! @brief PF3000 Switch Current Limit Attribute definition. */
192 /*! @brief PF3000 Switch Attribute Structure definition. */
212 /*! @brief PF3000 Switch Boost Attribute Structure definition. */
226 /*! @brief PF3000 LDO Attribute Structure definition. */
234 /*! @brief PF3000 Coin Cell Charging Voltage Attribute definition. */
247 /*! @brief PF3000 Coin Cell Attribute Structure definition. */
270 /*! @brief PF3000 Standby Pad Attribute Structure definition. */
290 /*! @brief PF3000 PWRON Pad Attribute Structure definition. */
583 * @param attribute Pointer to the Switch Attribute structure to set.
587 const pf3000_switch_attribute_t *attribute);
596 * @param attribute Pointer to the Switch Boost Attribute structure to set.
598 …SetSwitchBoostAttribute(pf3000_handle_t *handle, const pf3000_switch_boost_attribute_t *attribute);
608 * @param attribute Pointer to the LDO Attribute structure to set.
610 …ttribute(pf3000_handle_t *handle, pf3000_module_t module, const pf3000_ldo_attribute_t *attribute);
619 * @param attribute Pointer to the Coin Cell Attribute structure to set.
621 …F3000_SetCoinCellAttribute(pf3000_handle_t *handle, const pf3000_coin_cell_attribute_t *attribute);
630 * @param attribute Pointer to the Standby Pad Attribute structure to set.
632 …F3000_SetStandbyPadAttribute(pf3000_handle_t *handle, const pf3000_standby_attribute_t *attribute);
641 * @param attribute Pointer to the PowerOn Pad Attribute structure to set.
643 … PF3000_SetPwrOnPadAttibute(pf3000_handle_t *handle, const pf3000_power_on_attribute_t *attribute);