Home
last modified time | relevance | path

Searched defs:config (Results 1 – 25 of 907) sorted by relevance

12345678910>>...37

/hal_nxp-latest/mcux/mcux-sdk/drivers/flash_ftmr/
Dfsl_flash.c406 status_t FLASH_Init(flash_config_t *config) in FLASH_Init()
490 status_t FLASH_SetCallback(flash_config_t *config, flash_callback_t callback) in FLASH_SetCallback()
503 status_t FLASH_PrepareExecuteInRamFunctions(flash_config_t *config) in FLASH_PrepareExecuteInRamFunctions()
543 status_t FLASH_EraseAll(flash_config_t *config, uint32_t key) in FLASH_EraseAll()
605 status_t FLASH_Erase(flash_config_t *config, uint32_t start, uint32_t lengthInBytes, uint32_t key) in FLASH_Erase()
716 status_t FLASH_EraseEEprom(flash_config_t *config, uint32_t start, uint32_t lengthInBytes, uint32_t… in FLASH_EraseEEprom()
796 status_t FLASH_EraseAllUnsecure(flash_config_t *config, uint32_t key) in FLASH_EraseAllUnsecure()
859 status_t FLASH_Program(flash_config_t *config, uint32_t start, uint32_t *src, uint32_t lengthInByte… in FLASH_Program()
973 status_t FLASH_ProgramOnce(flash_config_t *config, uint32_t index, uint32_t *src, uint32_t lengthIn… in FLASH_ProgramOnce()
1014 status_t FLASH_EepromWrite(flash_config_t *config, uint32_t start, uint8_t *src, uint32_t lengthInB… in FLASH_EepromWrite()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_flash.c170 status_t FLASH_Init(flash_config_t *config) in FLASH_Init()
238 status_t FLASH_Erase(flash_config_t *config, uint32_t start, uint32_t lengthInBytes, uint32_t key) in FLASH_Erase()
262 status_t FLASH_EraseSectorNonBlocking(flash_config_t *config, uint32_t start, uint32_t key) in FLASH_EraseSectorNonBlocking()
284 status_t FLASH_EraseAll(flash_config_t *config, uint32_t key) in FLASH_EraseAll()
293 status_t FLASH_EraseAllUnsecure(flash_config_t *config, uint32_t key) in FLASH_EraseAllUnsecure()
305 status_t FLASH_Program(flash_config_t *config, uint32_t start, uint8_t *src, uint32_t lengthInBytes) in FLASH_Program()
326 status_t FLASH_ProgramOnce(flash_config_t *config, uint32_t index, uint8_t *src, uint32_t lengthInB… in FLASH_ProgramOnce()
339 status_t FLASH_ProgramSection(flash_config_t *config, uint32_t start, uint8_t *src, uint32_t length… in FLASH_ProgramSection()
363flash_config_t *config, uint32_t start, uint8_t *dst, uint32_t lengthInBytes, ftfx_read_resource_o… in FLASH_ReadResource()
372 status_t FLASH_ReadOnce(flash_config_t *config, uint32_t index, uint8_t *dst, uint32_t lengthInByte… in FLASH_ReadOnce()
[all …]
Dfsl_ftfx_flexnvm.c38 status_t FLEXNVM_Init(flexnvm_config_t *config) in FLEXNVM_Init()
80 status_t FLEXNVM_DflashErase(flexnvm_config_t *config, uint32_t start, uint32_t lengthInBytes, uint… in FLEXNVM_DflashErase()
95 status_t FLEXNVM_EraseAll(flexnvm_config_t *config, uint32_t key) in FLEXNVM_EraseAll()
104 status_t FLEXNVM_EraseAllUnsecure(flexnvm_config_t *config, uint32_t key) in FLEXNVM_EraseAllUnsecure()
113 status_t FLEXNVM_DflashProgram(flexnvm_config_t *config, uint32_t start, uint8_t *src, uint32_t len… in FLEXNVM_DflashProgram()
129 status_t FLEXNVM_DflashProgramSection(flexnvm_config_t *config, uint32_t start, uint8_t *src, uint3… in FLEXNVM_DflashProgramSection()
147 status_t FLEXNVM_ProgramPartition(flexnvm_config_t *config, in FLEXNVM_ProgramPartition()
160flexnvm_config_t *config, uint32_t start, uint8_t *dst, uint32_t lengthInBytes, ftfx_read_resource… in FLEXNVM_ReadResource()
169 status_t FLEXNVM_DflashVerifyErase(flexnvm_config_t *config, in FLEXNVM_DflashVerifyErase()
187 status_t FLEXNVM_VerifyEraseAll(flexnvm_config_t *config, ftfx_margin_value_t margin) in FLEXNVM_VerifyEraseAll()
[all …]
Dfsl_ftfx_controller.c198 void FTFx_API_Init(ftfx_config_t *config) in FTFx_API_Init()
221 status_t FTFx_API_UpdateFlexnvmPartitionStatus(ftfx_config_t *config) in FTFx_API_UpdateFlexnvmPartitionStatus()
268 status_t FTFx_CMD_Erase(ftfx_config_t *config, uint32_t start, uint32_t lengthInBytes, uint32_t key) in FTFx_CMD_Erase()
332 status_t FTFx_CMD_EraseSectorNonBlocking(ftfx_config_t *config, uint32_t start, uint32_t key) in FTFx_CMD_EraseSectorNonBlocking()
365 status_t FTFx_CMD_EraseAll(ftfx_config_t *config, uint32_t key) in FTFx_CMD_EraseAll()
406 status_t FTFx_CMD_EraseAllUnsecure(ftfx_config_t *config, uint32_t key) in FTFx_CMD_EraseAllUnsecure()
447 status_t FTFx_CMD_EraseAllExecuteOnlySegments(ftfx_config_t *config, uint32_t key) in FTFx_CMD_EraseAllExecuteOnlySegments()
476 status_t FTFx_CMD_Program(ftfx_config_t *config, uint32_t start, const uint8_t *src, uint32_t lengt… in FTFx_CMD_Program()
542 status_t FTFx_CMD_ProgramOnce(ftfx_config_t *config, uint32_t index, const uint8_t *src, uint32_t l… in FTFx_CMD_ProgramOnce()
586 status_t FTFx_CMD_ProgramSection(ftfx_config_t *config, uint32_t start, const uint8_t *src, uint32_… in FTFx_CMD_ProgramSection()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5536/drivers/flash/src/
Dfsl_flash.c159 status_t FLASH_Init(flash_config_t *config) in FLASH_Init()
182 status_t FLASH_Erase(flash_config_t *config, uint32_t start, uint32_t lengthInBytes, uint32_t key) in FLASH_Erase()
188 status_t FLASH_EraseNonBlocking(flash_config_t *config, uint32_t start, uint32_t lengthInBytes, uin… in FLASH_EraseNonBlocking()
200 status_t FLASH_Program(flash_config_t *config, uint32_t start, uint8_t *src, uint32_t lengthInBytes) in FLASH_Program()
213 status_t FLASH_VerifyErase(flash_config_t *config, uint32_t start, uint32_t lengthInBytes) in FLASH_VerifyErase()
225 status_t FLASH_Read(flash_config_t *config, uint32_t start, uint8_t *dest, uint32_t lengthInBytes) in FLASH_Read()
238 status_t FLASH_VerifyProgram(flash_config_t *config, in FLASH_VerifyProgram()
253 status_t FLASH_GetProperty(flash_config_t *config, flash_property_tag_t whichProperty, uint32_t *va… in FLASH_GetProperty()
260 status_t FLASH_ErasePrologue(flash_config_t *config, uint32_t start, uint32_t lengthInBytes, uint32… in FLASH_ErasePrologue()
266 status_t FLASH_ProgramPrologue(flash_config_t *config, uint32_t start, uint8_t *src, uint32_t lengt… in FLASH_ProgramPrologue()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC55S36/drivers/flash/src/
Dfsl_flash.c159 status_t FLASH_Init(flash_config_t *config) in FLASH_Init()
182 status_t FLASH_Erase(flash_config_t *config, uint32_t start, uint32_t lengthInBytes, uint32_t key) in FLASH_Erase()
188 status_t FLASH_EraseNonBlocking(flash_config_t *config, uint32_t start, uint32_t lengthInBytes, uin… in FLASH_EraseNonBlocking()
200 status_t FLASH_Program(flash_config_t *config, uint32_t start, uint8_t *src, uint32_t lengthInBytes) in FLASH_Program()
213 status_t FLASH_VerifyErase(flash_config_t *config, uint32_t start, uint32_t lengthInBytes) in FLASH_VerifyErase()
225 status_t FLASH_Read(flash_config_t *config, uint32_t start, uint8_t *dest, uint32_t lengthInBytes) in FLASH_Read()
238 status_t FLASH_VerifyProgram(flash_config_t *config, in FLASH_VerifyProgram()
253 status_t FLASH_GetProperty(flash_config_t *config, flash_property_tag_t whichProperty, uint32_t *va… in FLASH_GetProperty()
260 status_t FLASH_ErasePrologue(flash_config_t *config, uint32_t start, uint32_t lengthInBytes, uint32… in FLASH_ErasePrologue()
266 status_t FLASH_ProgramPrologue(flash_config_t *config, uint32_t start, uint8_t *src, uint32_t lengt… in FLASH_ProgramPrologue()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5534/drivers/flash/src/
Dfsl_flash.c159 status_t FLASH_Init(flash_config_t *config) in FLASH_Init()
182 status_t FLASH_Erase(flash_config_t *config, uint32_t start, uint32_t lengthInBytes, uint32_t key) in FLASH_Erase()
188 status_t FLASH_EraseNonBlocking(flash_config_t *config, uint32_t start, uint32_t lengthInBytes, uin… in FLASH_EraseNonBlocking()
200 status_t FLASH_Program(flash_config_t *config, uint32_t start, uint8_t *src, uint32_t lengthInBytes) in FLASH_Program()
213 status_t FLASH_VerifyErase(flash_config_t *config, uint32_t start, uint32_t lengthInBytes) in FLASH_VerifyErase()
225 status_t FLASH_Read(flash_config_t *config, uint32_t start, uint8_t *dest, uint32_t lengthInBytes) in FLASH_Read()
238 status_t FLASH_VerifyProgram(flash_config_t *config, in FLASH_VerifyProgram()
253 status_t FLASH_GetProperty(flash_config_t *config, flash_property_tag_t whichProperty, uint32_t *va… in FLASH_GetProperty()
260 status_t FLASH_ErasePrologue(flash_config_t *config, uint32_t start, uint32_t lengthInBytes, uint32… in FLASH_ErasePrologue()
266 status_t FLASH_ProgramPrologue(flash_config_t *config, uint32_t start, uint8_t *src, uint32_t lengt… in FLASH_ProgramPrologue()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_romapi/flash/src/
Dfsl_flash.c151 status_t FLASH_Init(flash_config_t *config) in FLASH_Init()
162 status_t FLASH_Deinit(flash_config_t *config) in FLASH_Deinit()
174 status_t FLASH_Erase(flash_config_t *config, uint32_t start, uint32_t lengthInBytes, uint32_t key) in FLASH_Erase()
186 status_t FLASH_Program(flash_config_t *config, uint32_t start, uint8_t *src, uint32_t lengthInBytes) in FLASH_Program()
199 status_t FLASH_VerifyErase(flash_config_t *config, uint32_t start, uint32_t lengthInBytes) in FLASH_VerifyErase()
211 status_t FLASH_Read(flash_config_t *config, uint32_t start, uint8_t *dest, uint32_t lengthInBytes) in FLASH_Read()
224 status_t FLASH_VerifyProgram(flash_config_t *config, in FLASH_VerifyProgram()
239 status_t FLASH_GetProperty(flash_config_t *config, flash_property_tag_t whichProperty, uint32_t *va… in FLASH_GetProperty()
245 status_t FLASH_GetCustKeyStore(flash_config_t *config, uint8_t *pData, uint32_t offset, uint32_t le… in FLASH_GetCustKeyStore()
252 status_t FLASH_ErasePrologue(flash_config_t *config, uint32_t start, uint32_t lengthInBytes, uint32… in FLASH_ErasePrologue()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_switch.c59 static status_t SWT_MSIXSetEntryTable(swt_handle_t *handle, const swt_config_t *config) in SWT_MSIXSetEntryTable()
175 status_t SWT_GetDefaultConfig(swt_config_t *config) in SWT_GetDefaultConfig()
272 status_t SWT_Init(swt_handle_t *handle, const swt_config_t *config) in SWT_Init()
555 status_t SWT_RxMirrorConfig(swt_handle_t *handle, const netc_swt_imr_config_t *config) in SWT_RxMirrorConfig()
581 static void SWT_StoreTransConfig(swt_handle_t *handle, const swt_transfer_config_t *config) in SWT_StoreTransConfig()
1047 …_CmdBDRInit(swt_handle_t *handle, netc_hw_swt_cbdr_idx_t ring, const netc_cmd_bdr_config_t *config) in SWT_CmdBDRInit()
1059 status_t SWT_RxIPFAddTableEntry(swt_handle_t *handle, netc_tb_ipf_config_t *config, uint32_t *entry… in SWT_RxIPFAddTableEntry()
1089 …us_t SWT_RxIPFQueryTableEntry(swt_handle_t *handle, uint32_t entryID, netc_tb_ipf_config_t *config) in SWT_RxIPFQueryTableEntry()
1149 status_t SWT_BridgeInit(swt_handle_t *handle, const netc_swt_bridge_config_t *config) in SWT_BridgeInit()
1174 const netc_swt_port_bridge_config_t *config) in SWT_BridgeConfigPort()
[all …]
Dfsl_netc_endpoint.c50 static void EP_StoreConfig(ep_handle_t *handle, const ep_config_t *config) in EP_StoreConfig()
106 static status_t EP_RxBufferAllocAll(ep_handle_t *handle, const ep_config_t *config, const netc_bdr_… in EP_RxBufferAllocAll()
182 static status_t EP_DescriptorInit(ep_handle_t *handle, const ep_config_t *config, const netc_bdr_co… in EP_DescriptorInit()
320 static status_t EP_MSIXSetEntryTable(ep_handle_t *handle, const ep_config_t *config) in EP_MSIXSetEntryTable()
412 status_t EP_GetDefaultConfig(ep_config_t *config) in EP_GetDefaultConfig()
458 status_t EP_Init(ep_handle_t *handle, uint8_t *macAddr, const ep_config_t *config, const netc_bdr_c… in EP_Init()
1507 status_t EP_CmdBDRInit(ep_handle_t *handle, const netc_cmd_bdr_config_t *config) in EP_CmdBDRInit()
1534 status_t EP_RxIPFInit(ep_handle_t *handle, netc_ep_ipf_config_t *config) in EP_RxIPFInit()
1542 status_t EP_RxIPFAddTableEntry(ep_handle_t *handle, netc_tb_ipf_config_t *config, uint32_t *entryID) in EP_RxIPFAddTableEntry()
1597 status_t EP_RxPSFPAddSGITableEntry(ep_handle_t *handle, netc_tb_sgi_config_t *config) in EP_RxPSFPAddSGITableEntry()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/lcdif/
Dfsl_lcdif.c155 void LCDIF_DpiModeGetDefaultConfig(lcdif_dpi_config_t *config) in LCDIF_DpiModeGetDefaultConfig()
186 …_t LCDIF_DpiModeSetConfig(LCDIF_Type *base, uint8_t displayIndex, const lcdif_dpi_config_t *config) in LCDIF_DpiModeSetConfig()
266 void LCDIF_FrameBufferGetDefaultConfig(lcdif_fb_config_t *config) in LCDIF_FrameBufferGetDefaultConfig()
289 static uint32_t LCDIF_GetLayerConfig(const lcdif_fb_config_t *config) in LCDIF_GetLayerConfig()
309 …LCDIF_SetFrameBufferConfig(LCDIF_Type *base, uint8_t displayIndex, const lcdif_fb_config_t *config) in LCDIF_SetFrameBufferConfig()
364 const lcdif_fb_config_t *config, in LCDIF_SetOverlayLayerConfig()
459 …_GetPorterDuffConfig(lcdif_porter_duff_blend_mode_t mode, lcdif_layer_alpha_blend_config_t *config) in LCDIF_GetPorterDuffConfig()
627 void LCDIF_PanelGetDefaultConfig(lcdif_panel_config_t *config) in LCDIF_PanelGetDefaultConfig()
646 …id LCDIF_SetPanelConfig(LCDIF_Type *base, uint8_t displayIndex, const lcdif_panel_config_t *config) in LCDIF_SetPanelConfig()
669 void LCDIF_FrameBufferGetDefaultConfig(lcdif_fb_config_t *config) in LCDIF_FrameBufferGetDefaultConfig()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/flash_k4/
Dfsl_k4_flash.c51 status_t FLASH_Init(flash_config_t *config) in FLASH_Init()
137 status_t FLASH_Erase(flash_config_t *config, FMU_Type *base, uint32_t start, uint32_t lengthInBytes… in FLASH_Erase()
198 status_t FLASH_Program(flash_config_t *config, FMU_Type *base, uint32_t start, uint8_t *src, uint32… in FLASH_Program()
265 status_t FLASH_ProgramPage(flash_config_t *config, FMU_Type *base, uint32_t start, uint8_t *src, ui… in FLASH_ProgramPage()
336 status_t FLASH_VerifyErasePhrase(flash_config_t *config, FMU_Type *base, uint32_t start, uint32_t l… in FLASH_VerifyErasePhrase()
367 status_t FLASH_VerifyErasePage(flash_config_t *config, FMU_Type *base, uint32_t start, uint32_t len… in FLASH_VerifyErasePage()
398 status_t FLASH_VerifyEraseSector(flash_config_t *config, FMU_Type *base, uint32_t start, uint32_t l… in FLASH_VerifyEraseSector()
429 status_t FLASH_VerifyEraseIFRPhrase(flash_config_t *config, FMU_Type *base, uint32_t start, uint32_… in FLASH_VerifyEraseIFRPhrase()
460 status_t FLASH_VerifyEraseIFRPage(flash_config_t *config, FMU_Type *base, uint32_t start, uint32_t … in FLASH_VerifyEraseIFRPage()
491 status_t FLASH_VerifyEraseIFRSector(flash_config_t *config, FMU_Type *base, uint32_t start, uint32_… in FLASH_VerifyEraseIFRSector()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/iap1/
Dfsl_iap.c237 status_t FLASH_Init(flash_config_t *config) in FLASH_Init()
265 status_t FLASH_Erase(flash_config_t *config, uint32_t start, uint32_t lengthInBytes, uint32_t key) in FLASH_Erase()
288 status_t FLASH_Program(flash_config_t *config, uint32_t start, const uint8_t *src, uint32_t lengthI… in FLASH_Program()
312 status_t FLASH_Read(flash_config_t *config, uint32_t start, uint8_t *dest, uint32_t lengthInBytes) in FLASH_Read()
338 status_t FLASH_VerifyErase(flash_config_t *config, uint32_t start, uint32_t lengthInBytes) in FLASH_VerifyErase()
351 status_t FLASH_VerifyProgram(flash_config_t *config, in FLASH_VerifyProgram()
376 status_t FLASH_GetProperty(flash_config_t *config, flash_property_tag_t whichProperty, uint32_t *va… in FLASH_GetProperty()
385 static status_t get_cfpa_higher_version(flash_config_t *config) in get_cfpa_higher_version()
426 status_t FFR_Init(flash_config_t *config) in FFR_Init()
454 status_t FFR_Lock_All(flash_config_t *config) in FFR_Lock_All()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1172/drivers/
Dfsl_dcdc.c91 void DCDC_Init(DCDC_Type *base, const dcdc_config_t *config) in DCDC_Init()
142 void DCDC_GetDefaultConfig(dcdc_config_t *config) in DCDC_GetDefaultConfig()
173 void DCDC_GetDefaultDetectionConfig(dcdc_detection_config_t *config) in DCDC_GetDefaultDetectionConfig()
196 void DCDC_SetDetectionConfig(DCDC_Type *base, const dcdc_detection_config_t *config) in DCDC_SetDetectionConfig()
283 void DCDC_GetDefaultLowPowerConfig(dcdc_low_power_config_t *config) in DCDC_GetDefaultLowPowerConfig()
298 void DCDC_SetLowPowerConfig(DCDC_Type *base, const dcdc_low_power_config_t *config) in DCDC_SetLowPowerConfig()
331 void DCDC_GetDefaultLoopControlConfig(dcdc_loop_control_config_t *config) in DCDC_GetDefaultLoopControlConfig()
354 void DCDC_SetLoopControlConfig(DCDC_Type *base, const dcdc_loop_control_config_t *config) in DCDC_SetLoopControlConfig()
407 void DCDC_SetMinPowerConfig(DCDC_Type *base, const dcdc_min_power_config_t *config) in DCDC_SetMinPowerConfig()
427 …oid DCDC_SetInternalRegulatorConfig(DCDC_Type *base, const dcdc_internal_regulator_config_t *confi… in DCDC_SetInternalRegulatorConfig()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1175/drivers/
Dfsl_dcdc.c91 void DCDC_Init(DCDC_Type *base, const dcdc_config_t *config) in DCDC_Init()
142 void DCDC_GetDefaultConfig(dcdc_config_t *config) in DCDC_GetDefaultConfig()
173 void DCDC_GetDefaultDetectionConfig(dcdc_detection_config_t *config) in DCDC_GetDefaultDetectionConfig()
196 void DCDC_SetDetectionConfig(DCDC_Type *base, const dcdc_detection_config_t *config) in DCDC_SetDetectionConfig()
283 void DCDC_GetDefaultLowPowerConfig(dcdc_low_power_config_t *config) in DCDC_GetDefaultLowPowerConfig()
298 void DCDC_SetLowPowerConfig(DCDC_Type *base, const dcdc_low_power_config_t *config) in DCDC_SetLowPowerConfig()
331 void DCDC_GetDefaultLoopControlConfig(dcdc_loop_control_config_t *config) in DCDC_GetDefaultLoopControlConfig()
354 void DCDC_SetLoopControlConfig(DCDC_Type *base, const dcdc_loop_control_config_t *config) in DCDC_SetLoopControlConfig()
407 void DCDC_SetMinPowerConfig(DCDC_Type *base, const dcdc_min_power_config_t *config) in DCDC_SetMinPowerConfig()
427 …oid DCDC_SetInternalRegulatorConfig(DCDC_Type *base, const dcdc_internal_regulator_config_t *confi… in DCDC_SetInternalRegulatorConfig()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1165/drivers/
Dfsl_dcdc.c91 void DCDC_Init(DCDC_Type *base, const dcdc_config_t *config) in DCDC_Init()
142 void DCDC_GetDefaultConfig(dcdc_config_t *config) in DCDC_GetDefaultConfig()
173 void DCDC_GetDefaultDetectionConfig(dcdc_detection_config_t *config) in DCDC_GetDefaultDetectionConfig()
196 void DCDC_SetDetectionConfig(DCDC_Type *base, const dcdc_detection_config_t *config) in DCDC_SetDetectionConfig()
283 void DCDC_GetDefaultLowPowerConfig(dcdc_low_power_config_t *config) in DCDC_GetDefaultLowPowerConfig()
298 void DCDC_SetLowPowerConfig(DCDC_Type *base, const dcdc_low_power_config_t *config) in DCDC_SetLowPowerConfig()
331 void DCDC_GetDefaultLoopControlConfig(dcdc_loop_control_config_t *config) in DCDC_GetDefaultLoopControlConfig()
354 void DCDC_SetLoopControlConfig(DCDC_Type *base, const dcdc_loop_control_config_t *config) in DCDC_SetLoopControlConfig()
407 void DCDC_SetMinPowerConfig(DCDC_Type *base, const dcdc_min_power_config_t *config) in DCDC_SetMinPowerConfig()
427 …oid DCDC_SetInternalRegulatorConfig(DCDC_Type *base, const dcdc_internal_regulator_config_t *confi… in DCDC_SetInternalRegulatorConfig()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1176/drivers/
Dfsl_dcdc.c91 void DCDC_Init(DCDC_Type *base, const dcdc_config_t *config) in DCDC_Init()
142 void DCDC_GetDefaultConfig(dcdc_config_t *config) in DCDC_GetDefaultConfig()
173 void DCDC_GetDefaultDetectionConfig(dcdc_detection_config_t *config) in DCDC_GetDefaultDetectionConfig()
196 void DCDC_SetDetectionConfig(DCDC_Type *base, const dcdc_detection_config_t *config) in DCDC_SetDetectionConfig()
283 void DCDC_GetDefaultLowPowerConfig(dcdc_low_power_config_t *config) in DCDC_GetDefaultLowPowerConfig()
298 void DCDC_SetLowPowerConfig(DCDC_Type *base, const dcdc_low_power_config_t *config) in DCDC_SetLowPowerConfig()
331 void DCDC_GetDefaultLoopControlConfig(dcdc_loop_control_config_t *config) in DCDC_GetDefaultLoopControlConfig()
354 void DCDC_SetLoopControlConfig(DCDC_Type *base, const dcdc_loop_control_config_t *config) in DCDC_SetLoopControlConfig()
407 void DCDC_SetMinPowerConfig(DCDC_Type *base, const dcdc_min_power_config_t *config) in DCDC_SetMinPowerConfig()
427 …oid DCDC_SetInternalRegulatorConfig(DCDC_Type *base, const dcdc_internal_regulator_config_t *confi… in DCDC_SetInternalRegulatorConfig()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1173/drivers/
Dfsl_dcdc.c91 void DCDC_Init(DCDC_Type *base, const dcdc_config_t *config) in DCDC_Init()
142 void DCDC_GetDefaultConfig(dcdc_config_t *config) in DCDC_GetDefaultConfig()
173 void DCDC_GetDefaultDetectionConfig(dcdc_detection_config_t *config) in DCDC_GetDefaultDetectionConfig()
196 void DCDC_SetDetectionConfig(DCDC_Type *base, const dcdc_detection_config_t *config) in DCDC_SetDetectionConfig()
283 void DCDC_GetDefaultLowPowerConfig(dcdc_low_power_config_t *config) in DCDC_GetDefaultLowPowerConfig()
298 void DCDC_SetLowPowerConfig(DCDC_Type *base, const dcdc_low_power_config_t *config) in DCDC_SetLowPowerConfig()
331 void DCDC_GetDefaultLoopControlConfig(dcdc_loop_control_config_t *config) in DCDC_GetDefaultLoopControlConfig()
354 void DCDC_SetLoopControlConfig(DCDC_Type *base, const dcdc_loop_control_config_t *config) in DCDC_SetLoopControlConfig()
407 void DCDC_SetMinPowerConfig(DCDC_Type *base, const dcdc_min_power_config_t *config) in DCDC_SetMinPowerConfig()
427 …oid DCDC_SetInternalRegulatorConfig(DCDC_Type *base, const dcdc_internal_regulator_config_t *confi… in DCDC_SetInternalRegulatorConfig()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1171/drivers/
Dfsl_dcdc.c91 void DCDC_Init(DCDC_Type *base, const dcdc_config_t *config) in DCDC_Init()
142 void DCDC_GetDefaultConfig(dcdc_config_t *config) in DCDC_GetDefaultConfig()
173 void DCDC_GetDefaultDetectionConfig(dcdc_detection_config_t *config) in DCDC_GetDefaultDetectionConfig()
196 void DCDC_SetDetectionConfig(DCDC_Type *base, const dcdc_detection_config_t *config) in DCDC_SetDetectionConfig()
283 void DCDC_GetDefaultLowPowerConfig(dcdc_low_power_config_t *config) in DCDC_GetDefaultLowPowerConfig()
298 void DCDC_SetLowPowerConfig(DCDC_Type *base, const dcdc_low_power_config_t *config) in DCDC_SetLowPowerConfig()
331 void DCDC_GetDefaultLoopControlConfig(dcdc_loop_control_config_t *config) in DCDC_GetDefaultLoopControlConfig()
354 void DCDC_SetLoopControlConfig(DCDC_Type *base, const dcdc_loop_control_config_t *config) in DCDC_SetLoopControlConfig()
407 void DCDC_SetMinPowerConfig(DCDC_Type *base, const dcdc_min_power_config_t *config) in DCDC_SetMinPowerConfig()
427 …oid DCDC_SetInternalRegulatorConfig(DCDC_Type *base, const dcdc_internal_regulator_config_t *confi… in DCDC_SetInternalRegulatorConfig()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1166/drivers/
Dfsl_dcdc.c91 void DCDC_Init(DCDC_Type *base, const dcdc_config_t *config) in DCDC_Init()
142 void DCDC_GetDefaultConfig(dcdc_config_t *config) in DCDC_GetDefaultConfig()
173 void DCDC_GetDefaultDetectionConfig(dcdc_detection_config_t *config) in DCDC_GetDefaultDetectionConfig()
196 void DCDC_SetDetectionConfig(DCDC_Type *base, const dcdc_detection_config_t *config) in DCDC_SetDetectionConfig()
283 void DCDC_GetDefaultLowPowerConfig(dcdc_low_power_config_t *config) in DCDC_GetDefaultLowPowerConfig()
298 void DCDC_SetLowPowerConfig(DCDC_Type *base, const dcdc_low_power_config_t *config) in DCDC_SetLowPowerConfig()
331 void DCDC_GetDefaultLoopControlConfig(dcdc_loop_control_config_t *config) in DCDC_GetDefaultLoopControlConfig()
354 void DCDC_SetLoopControlConfig(DCDC_Type *base, const dcdc_loop_control_config_t *config) in DCDC_SetLoopControlConfig()
407 void DCDC_SetMinPowerConfig(DCDC_Type *base, const dcdc_min_power_config_t *config) in DCDC_SetMinPowerConfig()
427 …oid DCDC_SetInternalRegulatorConfig(DCDC_Type *base, const dcdc_internal_regulator_config_t *confi… in DCDC_SetInternalRegulatorConfig()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8MQ5/drivers/
Dfsl_clock.c471 void CLOCK_InitArmPll(const ccm_analog_frac_pll_config_t *config) in CLOCK_InitArmPll()
504 void CLOCK_InitAudioPll1(const ccm_analog_frac_pll_config_t *config) in CLOCK_InitAudioPll1()
537 void CLOCK_InitAudioPll2(const ccm_analog_frac_pll_config_t *config) in CLOCK_InitAudioPll2()
568 void CLOCK_InitVideoPll1(const ccm_analog_frac_pll_config_t *config) in CLOCK_InitVideoPll1()
601 void CLOCK_InitSysPll1(const ccm_analog_sscg_pll_config_t *config) in CLOCK_InitSysPll1()
635 void CLOCK_InitSysPll2(const ccm_analog_sscg_pll_config_t *config) in CLOCK_InitSysPll2()
669 void CLOCK_InitSysPll3(const ccm_analog_sscg_pll_config_t *config) in CLOCK_InitSysPll3()
703 void CLOCK_InitDramPll(const ccm_analog_sscg_pll_config_t *config) in CLOCK_InitDramPll()
745 void CLOCK_InitVideoPll2(const ccm_analog_sscg_pll_config_t *config) in CLOCK_InitVideoPll2()
780 void CLOCK_InitFracPll(CCM_ANALOG_Type *base, const ccm_analog_frac_pll_config_t *config, clock_pll… in CLOCK_InitFracPll()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8MD7/drivers/
Dfsl_clock.c471 void CLOCK_InitArmPll(const ccm_analog_frac_pll_config_t *config) in CLOCK_InitArmPll()
504 void CLOCK_InitAudioPll1(const ccm_analog_frac_pll_config_t *config) in CLOCK_InitAudioPll1()
537 void CLOCK_InitAudioPll2(const ccm_analog_frac_pll_config_t *config) in CLOCK_InitAudioPll2()
568 void CLOCK_InitVideoPll1(const ccm_analog_frac_pll_config_t *config) in CLOCK_InitVideoPll1()
601 void CLOCK_InitSysPll1(const ccm_analog_sscg_pll_config_t *config) in CLOCK_InitSysPll1()
635 void CLOCK_InitSysPll2(const ccm_analog_sscg_pll_config_t *config) in CLOCK_InitSysPll2()
669 void CLOCK_InitSysPll3(const ccm_analog_sscg_pll_config_t *config) in CLOCK_InitSysPll3()
703 void CLOCK_InitDramPll(const ccm_analog_sscg_pll_config_t *config) in CLOCK_InitDramPll()
745 void CLOCK_InitVideoPll2(const ccm_analog_sscg_pll_config_t *config) in CLOCK_InitVideoPll2()
780 void CLOCK_InitFracPll(CCM_ANALOG_Type *base, const ccm_analog_frac_pll_config_t *config, clock_pll… in CLOCK_InitFracPll()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8MD6/drivers/
Dfsl_clock.c471 void CLOCK_InitArmPll(const ccm_analog_frac_pll_config_t *config) in CLOCK_InitArmPll()
504 void CLOCK_InitAudioPll1(const ccm_analog_frac_pll_config_t *config) in CLOCK_InitAudioPll1()
537 void CLOCK_InitAudioPll2(const ccm_analog_frac_pll_config_t *config) in CLOCK_InitAudioPll2()
568 void CLOCK_InitVideoPll1(const ccm_analog_frac_pll_config_t *config) in CLOCK_InitVideoPll1()
601 void CLOCK_InitSysPll1(const ccm_analog_sscg_pll_config_t *config) in CLOCK_InitSysPll1()
635 void CLOCK_InitSysPll2(const ccm_analog_sscg_pll_config_t *config) in CLOCK_InitSysPll2()
669 void CLOCK_InitSysPll3(const ccm_analog_sscg_pll_config_t *config) in CLOCK_InitSysPll3()
703 void CLOCK_InitDramPll(const ccm_analog_sscg_pll_config_t *config) in CLOCK_InitDramPll()
745 void CLOCK_InitVideoPll2(const ccm_analog_sscg_pll_config_t *config) in CLOCK_InitVideoPll2()
780 void CLOCK_InitFracPll(CCM_ANALOG_Type *base, const ccm_analog_frac_pll_config_t *config, clock_pll… in CLOCK_InitFracPll()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8MQ6/drivers/
Dfsl_clock.c471 void CLOCK_InitArmPll(const ccm_analog_frac_pll_config_t *config) in CLOCK_InitArmPll()
504 void CLOCK_InitAudioPll1(const ccm_analog_frac_pll_config_t *config) in CLOCK_InitAudioPll1()
537 void CLOCK_InitAudioPll2(const ccm_analog_frac_pll_config_t *config) in CLOCK_InitAudioPll2()
568 void CLOCK_InitVideoPll1(const ccm_analog_frac_pll_config_t *config) in CLOCK_InitVideoPll1()
601 void CLOCK_InitSysPll1(const ccm_analog_sscg_pll_config_t *config) in CLOCK_InitSysPll1()
635 void CLOCK_InitSysPll2(const ccm_analog_sscg_pll_config_t *config) in CLOCK_InitSysPll2()
669 void CLOCK_InitSysPll3(const ccm_analog_sscg_pll_config_t *config) in CLOCK_InitSysPll3()
703 void CLOCK_InitDramPll(const ccm_analog_sscg_pll_config_t *config) in CLOCK_InitDramPll()
745 void CLOCK_InitVideoPll2(const ccm_analog_sscg_pll_config_t *config) in CLOCK_InitVideoPll2()
780 void CLOCK_InitFracPll(CCM_ANALOG_Type *base, const ccm_analog_frac_pll_config_t *config, clock_pll… in CLOCK_InitFracPll()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8MQ7/drivers/
Dfsl_clock.c471 void CLOCK_InitArmPll(const ccm_analog_frac_pll_config_t *config) in CLOCK_InitArmPll()
504 void CLOCK_InitAudioPll1(const ccm_analog_frac_pll_config_t *config) in CLOCK_InitAudioPll1()
537 void CLOCK_InitAudioPll2(const ccm_analog_frac_pll_config_t *config) in CLOCK_InitAudioPll2()
568 void CLOCK_InitVideoPll1(const ccm_analog_frac_pll_config_t *config) in CLOCK_InitVideoPll1()
601 void CLOCK_InitSysPll1(const ccm_analog_sscg_pll_config_t *config) in CLOCK_InitSysPll1()
635 void CLOCK_InitSysPll2(const ccm_analog_sscg_pll_config_t *config) in CLOCK_InitSysPll2()
669 void CLOCK_InitSysPll3(const ccm_analog_sscg_pll_config_t *config) in CLOCK_InitSysPll3()
703 void CLOCK_InitDramPll(const ccm_analog_sscg_pll_config_t *config) in CLOCK_InitDramPll()
745 void CLOCK_InitVideoPll2(const ccm_analog_sscg_pll_config_t *config) in CLOCK_InitVideoPll2()
780 void CLOCK_InitFracPll(CCM_ANALOG_Type *base, const ccm_analog_frac_pll_config_t *config, clock_pll… in CLOCK_InitFracPll()
[all …]

12345678910>>...37