Lines Matching full:attribute
303 /*! @brief PF1550 Regulator Power Down Sequence Attribute definition. */
306 … kPF1550_RegulatorPowerDownSeqOpt0 = 0x0U, /* Regulator Power Down Sequence Attribute: Option 0. */
307 … kPF1550_RegulatorPowerDownSeqOpt1 = 0x1U, /* Regulator Power Down Sequence Attribute: Option 1. */
308 … kPF1550_RegulatorPowerDownSeqOpt2 = 0x2U, /* Regulator Power Down Sequence Attribute: Option 2. */
309 … kPF1550_RegulatorPowerDownSeqOpt3 = 0x3U, /* Regulator Power Down Sequence Attribute: Option 3. */
310 … kPF1550_RegulatorPowerDownSeqOpt4 = 0x4U, /* Regulator Power Down Sequence Attribute: Option 4. */
311 … kPF1550_RegulatorPowerDownSeqOpt5 = 0x5U, /* Regulator Power Down Sequence Attribute: Option 5. */
312 … kPF1550_RegulatorPowerDownSeqOpt6 = 0x6U, /* Regulator Power Down Sequence Attribute: Option 6. */
313 … kPF1550_RegulatorPowerDownSeqOpt7 = 0x7U, /* Regulator Power Down Sequence Attribute: Option 7. */
316 /*! @brief PF1550 Switch DVS Speed Attribute definition. */
323 /*! @brief PF1550 Switch Current Limit Attribute definition. */
331 /*! @brief PF1550 Vsnvs Coin Cell Charging Voltage Attribute definition. */
352 /*! @brief PF1550 Switch Attribute Structure definition. */
365 /*! @brief PF1550 LDO Attribute Structure definition. */
375 /*! @brief PF1550 Vrefddr Attribute Structure definition. */
382 /*! @brief PF1550 Vsnvs Attribute Structure definition. */
390 /*! @brief PF1550 ONKEY Pad Attribute Structure definition. */
398 /*! @brief PF1550 PWRON Pad Attribute Structure definition. */
408 /*! @brief PF1550 STANDBY Pad Attribute Structure definition. */
731 * @param attribute Pointer to the Switch Attribute structure to set.
735 const pf1550_switch_attribute_t *attribute);
746 * @param attribute Pointer to the LDO Attribute structure to set.
748 …ttribute(pf1550_handle_t *handle, pf1550_module_t module, const pf1550_ldo_attribute_t *attribute);
759 * @param attribute Pointer to the Vref DDR Attribute structure to set.
761 …d PF1550_SetVrefDdrAttribute(pf1550_handle_t *handle, const pf1550_vrefddr_attribute_t *attribute);
772 * @param attribute Pointer to the Vsnvs Attribute structure to set.
774 void PF1550_SetVsnvsAttribute(pf1550_handle_t *handle, const pf1550_vsnvs_attribute_t *attribute);
791 * @param attribute Pointer to the ONKEY Pad Attribute structure to set.
793 void PF1550_SetOnKeyPadAttibute(pf1550_handle_t *handle, const pf1550_onkey_attribute_t *attribute);
804 * @param attribute Pointer to the PowerOn Pad Attribute structure to set.
806 … PF1550_SetPwrOnPadAttibute(pf1550_handle_t *handle, const pf1550_power_on_attribute_t *attribute);
817 * @param attribute Pointer to the Standby Pad Attribute structure to set.
819 …PF1550_SetStandbyPadAttibute(pf1550_handle_t *handle, const pf1550_standby_attribute_t *attribute);