Home
last modified time | relevance | path

Searched refs:result (Results 1 – 25 of 122) sorted by relevance

12345

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/AFE/
Dinfoblock.c51 int result; in infoblock_readraw() local
53 if ((result = MXC_FLC_UnlockInfoBlock(MXC_INFO0_MEM_BASE)) != E_NO_ERROR) { in infoblock_readraw()
54 return result; in infoblock_readraw()
57 if ((result = MXC_FLC_LockInfoBlock(MXC_INFO0_MEM_BASE)) != E_NO_ERROR) { in infoblock_readraw()
58 return result; in infoblock_readraw()
71 int result; in infoblock_read() local
98 if ((result = infoblock_readraw(offset, oneinfoblockline)) != E_NO_ERROR) { in infoblock_read()
99 return result; in infoblock_read()
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/SKBD/
Dskbd_reva.c63 int result = E_NO_ERROR; in MXC_SKBD_RevA_Init() local
109 result = MXC_SKBD_REVA_ERR_ALREAD_INITIALIZED; in MXC_SKBD_RevA_Init()
112 return result; in MXC_SKBD_RevA_Init()
117 int result = E_NO_ERROR; in MXC_SKBD_RevA_EnableInterruptEvents() local
120 result = MXC_SKBD_REVA_ERR_NOT_INITIALIZED; in MXC_SKBD_RevA_EnableInterruptEvents()
127 return result; in MXC_SKBD_RevA_EnableInterruptEvents()
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/EMAC/
Demac_reva.c170 int result = E_NO_ERROR; in emac_phy_init() local
182 result = emac_phy_find(); in emac_phy_init()
184 if (result) { in emac_phy_init()
185 return result; in emac_phy_init()
239 return result; in emac_phy_init()
247 int result = E_UNKNOWN; in MXC_EMAC_RevA_Init() local
279 result = MXC_EMAC_RevA_SetConfiguration(config); in MXC_EMAC_RevA_Init()
281 return result; in MXC_EMAC_RevA_Init()
398 int result = E_UNKNOWN; in MXC_EMAC_RevA_Start() local
442 result = emac_phy_init(); in MXC_EMAC_RevA_Start()
[all …]
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/CSI2/
Dcsi2_reva.c815 mxc_csi2_dma_mode_t result; in MXC_CSI2_RevA_VFIFO_GetDMAMode() local
821 result = MXC_CSI2_DMA_NO_DMA; in MXC_CSI2_RevA_VFIFO_GetDMAMode()
826 result = MXC_CSI2_DMA_SEND_REQUEST; in MXC_CSI2_RevA_VFIFO_GetDMAMode()
831 result = MXC_CSI2_DMA_FIFO_ABV_THD; in MXC_CSI2_RevA_VFIFO_GetDMAMode()
836 result = MXC_CSI2_DMA_FIFO_FULL; in MXC_CSI2_RevA_VFIFO_GetDMAMode()
843 return result; in MXC_CSI2_RevA_VFIFO_GetDMAMode()
861 mxc_csi2_rgb_type_t result; in MXC_CSI2_RevA_VFIFO_GetRGBType() local
868 result = MXC_CSI2_TYPE_RGB444; in MXC_CSI2_RevA_VFIFO_GetRGBType()
873 result = MXC_CSI2_TYPE_RGB555; in MXC_CSI2_RevA_VFIFO_GetRGBType()
878 result = MXC_CSI2_TYPE_RGB565; in MXC_CSI2_RevA_VFIFO_GetRGBType()
[all …]
/hal_adi-latest/MAX/Libraries/MAXUSB/src/core/
Dusb_event.c45 int result = -1; in MXC_USB_EventDisable() local
51 result = MXC_USB_IrqDisable(event); in MXC_USB_EventDisable()
56 return result; in MXC_USB_EventDisable()
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/FLC/
Dflc_me13.c92 int MXC_FLC_ME13_GetPhysicalAddress(uint32_t addr, uint32_t *result) in MXC_FLC_ME13_GetPhysicalAddress() argument
95 *result = addr & (MXC_FLASH_MEM_SIZE - 1); in MXC_FLC_ME13_GetPhysicalAddress()
97 *result = (addr - MXC_FLASH_MEM_SIZE) & (MXC_FLASH_MEM_SIZE - 1); in MXC_FLC_ME13_GetPhysicalAddress()
99 *result = (addr & (MXC_INFO_MEM_SIZE - 1)) + MXC_FLASH_MEM_SIZE; in MXC_FLC_ME13_GetPhysicalAddress()
101 *result = ((addr - MXC_INFO_MEM_SIZE) & (MXC_INFO_MEM_SIZE - 1)) + MXC_FLASH_MEM_SIZE; in MXC_FLC_ME13_GetPhysicalAddress()
Dflc_me14.c87 int MXC_FLC_ME14_GetPhysicalAddress(uint32_t addr, uint32_t *result) in MXC_FLC_ME14_GetPhysicalAddress() argument
90 *result = addr & (MXC_FLASH_MEM_SIZE - 1); in MXC_FLC_ME14_GetPhysicalAddress()
92 *result = (addr - MXC_FLASH_MEM_SIZE) & (MXC_FLASH_MEM_SIZE - 1); in MXC_FLC_ME14_GetPhysicalAddress()
94 *result = (addr & (MXC_INFO_MEM_SIZE - 1)) + MXC_FLASH_MEM_SIZE; in MXC_FLC_ME14_GetPhysicalAddress()
96 *result = ((addr - MXC_INFO_MEM_SIZE) & (MXC_INFO_MEM_SIZE - 1)) + MXC_FLASH_MEM_SIZE; in MXC_FLC_ME14_GetPhysicalAddress()
Dflc_me18.c94 int MXC_FLC_ME18_GetPhysicalAddress(uint32_t addr, uint32_t *result) in MXC_FLC_ME18_GetPhysicalAddress() argument
97 *result = addr - MXC_FLASH_MEM_BASE; in MXC_FLC_ME18_GetPhysicalAddress()
100 *result = addr - MXC_FLASH_MEM_BASE; in MXC_FLC_ME18_GetPhysicalAddress()
102 *result = (addr & (MXC_INFO_MEM_SIZE - 1)) + MXC_FLASH0_MEM_BASE + MXC_FLASH1_MEM_BASE; in MXC_FLC_ME18_GetPhysicalAddress()
104 *result = ((addr - MXC_INFO_MEM_SIZE) & (MXC_INFO_MEM_SIZE - 1)) + MXC_FLASH0_MEM_BASE + in MXC_FLC_ME18_GetPhysicalAddress()
Dflc_me21.c89 int MXC_FLC_ME21_GetPhysicalAddress(uint32_t addr, uint32_t *result) in MXC_FLC_ME21_GetPhysicalAddress() argument
92 *result = addr & (MXC_FLASH_MEM_SIZE - 1); in MXC_FLC_ME21_GetPhysicalAddress()
94 *result = (addr & (MXC_INFO_MEM_SIZE - 1)) + MXC_FLASH_MEM_SIZE; in MXC_FLC_ME21_GetPhysicalAddress()
97 *result = addr & (MXC_FLASH_MEM_SIZE - 1); in MXC_FLC_ME21_GetPhysicalAddress()
99 *result = ((addr - MXC_INFO_MEM_SIZE) & (MXC_INFO_MEM_SIZE - 1)) + MXC_FLASH_MEM_SIZE; in MXC_FLC_ME21_GetPhysicalAddress()
Dflc_me10.c63 int MXC_FLC_ME10_GetPhysicalAddress(uint32_t addr, uint32_t *result) in MXC_FLC_ME10_GetPhysicalAddress() argument
66 *result = (addr & (MXC_FLASH_MEM_SIZE - 1)); in MXC_FLC_ME10_GetPhysicalAddress()
68 *result = (addr & (MXC_INFO_MEM_SIZE - 1)) + (MXC_INFO_MEM_BASE - MXC_FLASH_MEM_BASE); in MXC_FLC_ME10_GetPhysicalAddress()
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32650/
Dtrng.h48 typedef void (*mxc_trng_complete_t)(void *req, int result);
Dmxc_delay.h73 typedef void (*mxc_delay_complete_t)(int result);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32672/
Dtrng.h43 typedef void (*mxc_trng_complete_t)(void *req, int result);
Dmxc_delay.h72 typedef void (*mxc_delay_complete_t)(int result);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32675/
Dafe_timer.h49 typedef void (*afe_timeout_complete_t)(int result);
Dmxc_delay.h72 typedef void (*mxc_delay_complete_t)(int result);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32680/
Dafe_timer.h49 typedef void (*afe_timeout_complete_t)(int result);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32655/
Dtrng.h45 typedef void (*mxc_trng_complete_t)(void *req, int result);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX78002/
Dtrng.h45 typedef void (*mxc_trng_complete_t)(void *req, int result);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32690/
Dmxc_delay.h72 typedef void (*mxc_delay_complete_t)(int result);
Dtrng.h45 typedef void (*mxc_trng_complete_t)(void *req, int result);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX78000/
Dtrng.h45 typedef void (*mxc_trng_complete_t)(void *req, int result);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32570/
Dmxc_delay.h72 typedef void (*mxc_delay_complete_t)(int result);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32520/
Dmxc_delay.h72 typedef void (*mxc_delay_complete_t)(int result);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32572/
Dmxc_delay.h72 typedef void (*mxc_delay_complete_t)(int result);

12345