| /hal_nxp-latest/mcux/mcux-sdk/components/pf1550/ |
| D | fsl_pf1550_charger.c | 26 void PF1550_SetChargerAttibute(pf1550_handle_t *handle, const pf1550_charger_attribute_t *attribute) in PF1550_SetChargerAttibute() argument 31 assert(attribute); in PF1550_SetChargerAttibute() 34 temp = (attribute->fastChargeCurrent_mA > 1000U) ? 1000U : attribute->fastChargeCurrent_mA; in PF1550_SetChargerAttibute() 35 temp = (attribute->fastChargeCurrent_mA < 100U) ? 100U : temp; in PF1550_SetChargerAttibute() 40 … temp = (attribute->fastChargeVoltage_uV > 4440000U) ? 4440000U : attribute->fastChargeVoltage_uV; in PF1550_SetChargerAttibute() 41 temp = (attribute->fastChargeVoltage_uV < 3500000U) ? 3500000U : temp; in PF1550_SetChargerAttibute() 46 …(void)PF1550_ModifyReg(handle, PF1550_CHG_TMR, 0x80U, ((attribute->preChargeTime_min <= 30U) ? 0x0… in PF1550_SetChargerAttibute() 49 temp = (attribute->fastChargeTime_hr > 14U) ? 14U : attribute->fastChargeTime_hr; in PF1550_SetChargerAttibute() 54 temp = (attribute->endOfChargeTime_min > 70U) ? 70U : attribute->endOfChargeTime_min; in PF1550_SetChargerAttibute() 59 if (attribute->endOfChargeCurrentThreshold_mA >= 50U) in PF1550_SetChargerAttibute() [all …]
|
| D | fsl_pf1550.c | 862 const pf1550_switch_attribute_t *attribute) in PF1550_SetSwitchAttribute() argument 868 assert(attribute); in PF1550_SetSwitchAttribute() 873 temp = ((attribute->enableLowPowerMode ? PF1550_SW_CTRL_LPWR_MASK : 0U) | in PF1550_SetSwitchAttribute() 874 (attribute->enableForcedPwm ? PF1550_SW_CTRL_FPWM_MASK : 0U) | in PF1550_SetSwitchAttribute() 875 (attribute->enableDischargeResistor ? PF1550_SW_CTRL_RDIS_EN_MASK : 0U)); in PF1550_SetSwitchAttribute() 878 temp |= (PF1550_SW_CTRL_DVSSPEED(attribute->dvsSpeed) | in PF1550_SetSwitchAttribute() 879 (attribute->enableForcedPwmInDvs ? PF1550_SW_CTRL_FPWM_IN_DVS_MASK : 0U)); in PF1550_SetSwitchAttribute() 887 (void)PF1550_WriteReg(handle, powerDownRegTab[module], (uint8_t)attribute->powerDownSequence); in PF1550_SetSwitchAttribute() 892 (void)PF1550_WriteReg(handle, PF1550_SW1_CTRL1, (uint8_t)attribute->currentLimit); in PF1550_SetSwitchAttribute() 896 (void)PF1550_WriteReg(handle, PF1550_SW2_CTRL1, (uint8_t)attribute->currentLimit); in PF1550_SetSwitchAttribute() [all …]
|
| D | fsl_pf1550.h | 735 const pf1550_switch_attribute_t *attribute); 748 …ttribute(pf1550_handle_t *handle, pf1550_module_t module, const pf1550_ldo_attribute_t *attribute); 761 …d PF1550_SetVrefDdrAttribute(pf1550_handle_t *handle, const pf1550_vrefddr_attribute_t *attribute); 774 void PF1550_SetVsnvsAttribute(pf1550_handle_t *handle, const pf1550_vsnvs_attribute_t *attribute); 793 void PF1550_SetOnKeyPadAttibute(pf1550_handle_t *handle, const pf1550_onkey_attribute_t *attribute); 806 … PF1550_SetPwrOnPadAttibute(pf1550_handle_t *handle, const pf1550_power_on_attribute_t *attribute); 819 …PF1550_SetStandbyPadAttibute(pf1550_handle_t *handle, const pf1550_standby_attribute_t *attribute);
|
| D | fsl_pf1550_charger.h | 188 void PF1550_SetChargerAttibute(pf1550_handle_t *handle, const pf1550_charger_attribute_t *attribute… 193 void PF1550_SetBatFETAttibute(pf1550_handle_t *handle, const pf1550_batFET_attribute_t *attribute); 194 …1550_SetPowerPathAttibute(pf1550_handle_t *handle, const pf1550_power_path_attribute_t *attribute); 195 void PF1550_SetThermalAttibute(pf1550_handle_t *handle, const pf1550_thermal_attribute_t *attribute… 197 void PF1550_SetLedAttibute(pf1550_handle_t *handle, const pf1550_led_attribute_t *attribute);
|
| /hal_nxp-latest/mcux/mcux-sdk/components/pf3000/ |
| D | fsl_pf3000.c | 987 const pf3000_switch_attribute_t *attribute) in PF3000_SetSwitchAttribute() argument 994 assert(attribute); in PF3000_SetSwitchAttribute() 1023 …temp = ((attribute->offMode ? PF3000_SW_MODE_OFF_MASK : 0U) | (PF3000_SW_MODE_SELECTOR(attribute->… in PF3000_SetSwitchAttribute() 1031 …temp = ((attribute->dvsSpeed ? PF3000_SW_CTRL_DVSSPEED_MASK : 0U) | (PF3000_SW_CTRL_PHASE(attribut… in PF3000_SetSwitchAttribute() 1032 (PF3000_SW_CTRL_FREQUENCY(attribute->frequency)) | in PF3000_SetSwitchAttribute() 1033 (attribute->currentLimit ? PF3000_SW_CTRL_CURRENT_LIMIT_MASK : 0U)); in PF3000_SetSwitchAttribute() 1041 …_SetSwitchBoostAttribute(pf3000_handle_t *handle, const pf3000_switch_boost_attribute_t *attribute) in PF3000_SetSwitchBoostAttribute() argument 1047 assert(attribute); in PF3000_SetSwitchBoostAttribute() 1051 temp = (PF3000_SW_BST_CTRL_STANDBY_MODE(attribute->standbyMode) | in PF3000_SetSwitchBoostAttribute() 1052 PF3000_SW_BST_CTRL_NORMAL_MODE(attribute->normalMode)); in PF3000_SetSwitchBoostAttribute() [all …]
|
| D | fsl_pf3000.h | 587 const pf3000_switch_attribute_t *attribute); 598 …SetSwitchBoostAttribute(pf3000_handle_t *handle, const pf3000_switch_boost_attribute_t *attribute); 610 …ttribute(pf3000_handle_t *handle, pf3000_module_t module, const pf3000_ldo_attribute_t *attribute); 621 …F3000_SetCoinCellAttribute(pf3000_handle_t *handle, const pf3000_coin_cell_attribute_t *attribute); 632 …F3000_SetStandbyPadAttribute(pf3000_handle_t *handle, const pf3000_standby_attribute_t *attribute); 643 … PF3000_SetPwrOnPadAttibute(pf3000_handle_t *handle, const pf3000_power_on_attribute_t *attribute);
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/rgpio/ |
| D | fsl_rgpio.c | 161 void RGPIO_CheckAttributeBytes(RGPIO_Type *base, rgpio_checker_attribute_t attribute) in RGPIO_CheckAttributeBytes() argument 163 …base->GACR = ((uint32_t)attribute << RGPIO_GACR_ACB0_SHIFT) | ((uint32_t)attribute << RGPIO_GACR_A… in RGPIO_CheckAttributeBytes() 164 … ((uint32_t)attribute << RGPIO_GACR_ACB2_SHIFT) | ((uint32_t)attribute << RGPIO_GACR_ACB3_SHIFT); in RGPIO_CheckAttributeBytes() 315 void FGPIO_CheckAttributeBytes(FGPIO_Type *base, rgpio_checker_attribute_t attribute) in FGPIO_CheckAttributeBytes() argument 317 base->GACR = (attribute << FGPIO_GACR_ACB0_SHIFT) | (attribute << FGPIO_GACR_ACB1_SHIFT) | in FGPIO_CheckAttributeBytes() 318 (attribute << FGPIO_GACR_ACB2_SHIFT) | (attribute << FGPIO_GACR_ACB3_SHIFT); in FGPIO_CheckAttributeBytes()
|
| D | fsl_rgpio.h | 360 void RGPIO_CheckAttributeBytes(RGPIO_Type *base, rgpio_checker_attribute_t attribute); 693 void FGPIO_CheckAttributeBytes(FGPIO_Type *base, rgpio_checker_attribute_t attribute);
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/gpio/ |
| D | fsl_gpio.c | 274 void GPIO_CheckAttributeBytes(GPIO_Type *base, gpio_checker_attribute_t attribute) in GPIO_CheckAttributeBytes() argument 277 base->GACR = ((uint8_t)attribute << GPIO_GACR_ACB_SHIFT); in GPIO_CheckAttributeBytes() 279 …base->GACR = ((uint32_t)attribute << GPIO_GACR_ACB0_SHIFT) | ((uint32_t)attribute << GPIO_GACR_ACB… in GPIO_CheckAttributeBytes() 280 … ((uint32_t)attribute << GPIO_GACR_ACB2_SHIFT) | ((uint32_t)attribute << GPIO_GACR_ACB3_SHIFT); in GPIO_CheckAttributeBytes() 437 void FGPIO_CheckAttributeBytes(FGPIO_Type *base, gpio_checker_attribute_t attribute) in FGPIO_CheckAttributeBytes() argument 439 …base->GACR = ((uint32_t)attribute << FGPIO_GACR_ACB0_SHIFT) | ((uint32_t)attribute << FGPIO_GACR_A… in FGPIO_CheckAttributeBytes() 440 … ((uint32_t)attribute << FGPIO_GACR_ACB2_SHIFT) | ((uint32_t)attribute << FGPIO_GACR_ACB3_SHIFT); in FGPIO_CheckAttributeBytes()
|
| D | fsl_gpio.h | 604 void GPIO_CheckAttributeBytes(GPIO_Type *base, gpio_checker_attribute_t attribute); 784 void FGPIO_CheckAttributeBytes(FGPIO_Type *base, gpio_checker_attribute_t attribute);
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/mcm/ |
| D | fsl_mcm.h | 59 …uint32_t attribute; /*!< Indicates the faulting attributes, when a properly-enabled cache write bu… member 81 uint32_t attribute; /*!< Indicates the attributes of the LMEM fault detected. */ member 185 bufferfault->attribute = base->FATR; in MCM_GetBufferFaultAttribute() 396 lmemFault->attribute = base->LMFATR; in MCM_GetLmemFaultAttribute()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/sdhc/ |
| D | fsl_sdhc.c | 1330 … adma2EntryAddress[i].attribute = ((dataBytes - ((uint32_t)startAddress - (uint32_t)data)) in SDHC_SetAdmaTableConfig() 1332 adma2EntryAddress[i].attribute |= in SDHC_SetAdmaTableConfig() 1338 adma2EntryAddress[i].attribute = in SDHC_SetAdmaTableConfig() 1341 … adma2EntryAddress[i].attribute |= (uint32_t)kSDHC_Adma2DescriptorTypeTransfer; in SDHC_SetAdmaTableConfig()
|
| D | fsl_sdhc.h | 405 uint32_t attribute; /*!< The control and status field */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/usdhc/ |
| D | fsl_usdhc.c | 1346 if ((adma2EntryAddress[i].attribute & (uint32_t)kUSDHC_Adma2DescriptorValidFlag) == 0UL) in USDHC_SetADMA2Descriptor() 1375 adma2EntryAddress[i].attribute = (dmaBufferLen << USDHC_ADMA2_DESCRIPTOR_LENGTH_SHIFT); in USDHC_SetADMA2Descriptor() 1376 adma2EntryAddress[i].attribute |= in USDHC_SetADMA2Descriptor() 1393 … adma2EntryAddress[startEntries + 1UL].attribute |= (uint32_t)kUSDHC_Adma2DescriptorTypeTransfer; in USDHC_SetADMA2Descriptor() 1398 adma2EntryAddress[i - 1UL].attribute |= (uint32_t)kUSDHC_Adma2DescriptorEndFlag; in USDHC_SetADMA2Descriptor()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT595S/xtensa/gdbio/ldscripts/ |
| D | elf32xtensa.xbn | 80 /* Various memory-map dependent cache attribute settings: */
|
| D | elf32xtensa.xn | 80 /* Various memory-map dependent cache attribute settings: */
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT595S/xtensa/min-rt/ldscripts/ |
| D | elf32xtensa.xn | 80 /* Various memory-map dependent cache attribute settings: */
|
| D | elf32xtensa.xbn | 80 /* Various memory-map dependent cache attribute settings: */
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT595S/xtensa/sim/ldscripts/ |
| D | elf32xtensa.xbn | 80 /* Various memory-map dependent cache attribute settings: */
|
| D | elf32xtensa.xn | 80 /* Various memory-map dependent cache attribute settings: */
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD5/xtensa/gdbio/ldscripts/ |
| D | elf32xtensa.xbn | 80 /* Various memory-map dependent cache attribute settings: */
|
| D | elf32xtensa.xn | 80 /* Various memory-map dependent cache attribute settings: */
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD5/xtensa/min-rt/ldscripts/ |
| D | elf32xtensa.xbn | 80 /* Various memory-map dependent cache attribute settings: */
|
| D | elf32xtensa.xn | 80 /* Various memory-map dependent cache attribute settings: */
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD7/xtensa/gdbio/ldscripts/ |
| D | elf32xtensa.xbn | 80 /* Various memory-map dependent cache attribute settings: */
|