| /hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/AFE/ |
| D | infoblock.c | 51 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/ |
| D | skbd_reva.c | 63 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/ |
| D | emac_reva.c | 170 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/ |
| D | csi2_reva.c | 815 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/ |
| D | usb_event.c | 45 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/ |
| D | flc_me13.c | 92 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()
|
| D | flc_me14.c | 87 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()
|
| D | flc_me18.c | 94 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()
|
| D | flc_me21.c | 89 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()
|
| D | flc_me10.c | 63 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/ |
| D | trng.h | 48 typedef void (*mxc_trng_complete_t)(void *req, int result);
|
| D | mxc_delay.h | 73 typedef void (*mxc_delay_complete_t)(int result);
|
| /hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32672/ |
| D | trng.h | 43 typedef void (*mxc_trng_complete_t)(void *req, int result);
|
| D | mxc_delay.h | 72 typedef void (*mxc_delay_complete_t)(int result);
|
| /hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32675/ |
| D | afe_timer.h | 49 typedef void (*afe_timeout_complete_t)(int result);
|
| D | mxc_delay.h | 72 typedef void (*mxc_delay_complete_t)(int result);
|
| /hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32680/ |
| D | afe_timer.h | 49 typedef void (*afe_timeout_complete_t)(int result);
|
| /hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32655/ |
| D | trng.h | 45 typedef void (*mxc_trng_complete_t)(void *req, int result);
|
| /hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX78002/ |
| D | trng.h | 45 typedef void (*mxc_trng_complete_t)(void *req, int result);
|
| /hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32690/ |
| D | mxc_delay.h | 72 typedef void (*mxc_delay_complete_t)(int result);
|
| D | trng.h | 45 typedef void (*mxc_trng_complete_t)(void *req, int result);
|
| /hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX78000/ |
| D | trng.h | 45 typedef void (*mxc_trng_complete_t)(void *req, int result);
|
| /hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32570/ |
| D | mxc_delay.h | 72 typedef void (*mxc_delay_complete_t)(int result);
|
| /hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32520/ |
| D | mxc_delay.h | 72 typedef void (*mxc_delay_complete_t)(int result);
|
| /hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32572/ |
| D | mxc_delay.h | 72 typedef void (*mxc_delay_complete_t)(int result);
|