Home
last modified time | relevance | path

Searched refs:EndAddress (Results 1 – 20 of 20) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rif.c578 assert_param(IS_RISAF_GRANULARITY(RISAFx, (pConfig->EndAddress + 1U))); in HAL_RIF_RISAF_ConfigBaseRegion()
579 assert_param(IS_RISAF_LIMIT_ADDRESS_SPACE_SIZE(RISAFx, pConfig->EndAddress)); in HAL_RIF_RISAF_ConfigBaseRegion()
580 assert_param(pConfig->StartAddress < pConfig->EndAddress); in HAL_RIF_RISAF_ConfigBaseRegion()
584 RISAFx->REG[Region].ENDR = pConfig->EndAddress; in HAL_RIF_RISAF_ConfigBaseRegion()
638 pConfig->EndAddress = RISAFx->REG[Region].ENDR; in HAL_RIF_RISAF_GetConfigBaseRegion()
822 assert_param(IS_RISAF_GRANULARITY(RISAFx, (pConfig->EndAddress + 1U))); in HAL_RIF_RISAF_ConfigSubRegion()
823 assert_param(IS_RISAF_LIMIT_ADDRESS_SPACE_SIZE(RISAFx, pConfig->EndAddress)); in HAL_RIF_RISAF_ConfigSubRegion()
824 assert_param(pConfig->StartAddress < pConfig->EndAddress); in HAL_RIF_RISAF_ConfigSubRegion()
827 RISAFx->REG[Region].AENDR = pConfig->EndAddress; in HAL_RIF_RISAF_ConfigSubRegion()
847 assert_param(IS_RISAF_GRANULARITY(RISAFx, (pConfig->EndAddress + 1U))); in HAL_RIF_RISAF_ConfigSubRegion()
[all …]
Dstm32n6xx_hal_fdcan.c3617 StartAddress = (hfdcan->msgRam.EndAddress - SRAMCAN_BASE) / 4U; in HAL_FDCAN_TT_ConfigOperation()
3624 hfdcan->msgRam.TTMemorySA = hfdcan->msgRam.EndAddress; in HAL_FDCAN_TT_ConfigOperation()
3625 hfdcan->msgRam.EndAddress = hfdcan->msgRam.TTMemorySA + (pTTParams->TriggerMemoryNbr * 2U * 4U); in HAL_FDCAN_TT_ConfigOperation()
3627 …if (hfdcan->msgRam.EndAddress > FDCAN_MESSAGE_RAM_END_ADDRESS) /* Last address of the Message RAM … in HAL_FDCAN_TT_ConfigOperation()
3638 …for (RAMcounter = hfdcan->msgRam.TTMemorySA; RAMcounter < hfdcan->msgRam.EndAddress; RAMcounter +=… in HAL_FDCAN_TT_ConfigOperation()
6158 hfdcan->msgRam.EndAddress = hfdcan->msgRam.TxFIFOQSA + in FDCAN_CalcultateRamBlockAddresses()
6161 …if (hfdcan->msgRam.EndAddress > FDCAN_MESSAGE_RAM_END_ADDRESS) /* Last address of the Message RAM … in FDCAN_CalcultateRamBlockAddresses()
6175 …for (RAMcounter = hfdcan->msgRam.StandardFilterSA; RAMcounter < hfdcan->msgRam.EndAddress; RAMcoun… in FDCAN_CalcultateRamBlockAddresses()
Dstm32n6xx_hal_mce.c436 WRITE_REG(p_region->EADDR, pConfig->EndAddress); in HAL_MCE_ConfigRegion()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_fdcan.c2558 StartAddress = (hfdcan->msgRam.EndAddress - SRAMCAN_BASE) / 4U; in HAL_FDCAN_TT_ConfigOperation()
2565 hfdcan->msgRam.TTMemorySA = hfdcan->msgRam.EndAddress; in HAL_FDCAN_TT_ConfigOperation()
2566 hfdcan->msgRam.EndAddress = hfdcan->msgRam.TTMemorySA + (pTTParams->TriggerMemoryNbr * 2U * 4U); in HAL_FDCAN_TT_ConfigOperation()
2568 …if (hfdcan->msgRam.EndAddress > FDCAN_MESSAGE_RAM_END_ADDRESS) /* Last address of the Message RAM … in HAL_FDCAN_TT_ConfigOperation()
2579 …for (RAMcounter = hfdcan->msgRam.TTMemorySA; RAMcounter < hfdcan->msgRam.EndAddress; RAMcounter +=… in HAL_FDCAN_TT_ConfigOperation()
4997 …hfdcan->msgRam.EndAddress = hfdcan->msgRam.TxFIFOQSA + (hfdcan->Init.TxFifoQueueElmtsNbr * hfdcan-… in FDCAN_CalcultateRamBlockAddresses()
4999 …if (hfdcan->msgRam.EndAddress > FDCAN_MESSAGE_RAM_END_ADDRESS) /* Last address of the Message RAM … in FDCAN_CalcultateRamBlockAddresses()
5013 …for (RAMcounter = hfdcan->msgRam.StandardFilterSA; RAMcounter < hfdcan->msgRam.EndAddress; RAMcoun… in FDCAN_CalcultateRamBlockAddresses()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_fdcan.c3617 StartAddress = (hfdcan->msgRam.EndAddress - SRAMCAN_BASE) / 4U; in HAL_FDCAN_TT_ConfigOperation()
3624 hfdcan->msgRam.TTMemorySA = hfdcan->msgRam.EndAddress; in HAL_FDCAN_TT_ConfigOperation()
3625 hfdcan->msgRam.EndAddress = hfdcan->msgRam.TTMemorySA + (pTTParams->TriggerMemoryNbr * 2U * 4U); in HAL_FDCAN_TT_ConfigOperation()
3627 …if (hfdcan->msgRam.EndAddress > FDCAN_MESSAGE_RAM_END_ADDRESS) /* Last address of the Message RAM … in HAL_FDCAN_TT_ConfigOperation()
3638 …for (RAMcounter = hfdcan->msgRam.TTMemorySA; RAMcounter < hfdcan->msgRam.EndAddress; RAMcounter +=… in HAL_FDCAN_TT_ConfigOperation()
6158 hfdcan->msgRam.EndAddress = hfdcan->msgRam.TxFIFOQSA + in FDCAN_CalcultateRamBlockAddresses()
6161 …if (hfdcan->msgRam.EndAddress > FDCAN_MESSAGE_RAM_END_ADDRESS) /* Last address of the Message RAM … in FDCAN_CalcultateRamBlockAddresses()
6175 …for (RAMcounter = hfdcan->msgRam.StandardFilterSA; RAMcounter < hfdcan->msgRam.EndAddress; RAMcoun… in FDCAN_CalcultateRamBlockAddresses()
Dstm32h7xx_hal_otfdec.c727 WRITE_REG(region->REG_END_ADDR, Config->EndAddress); in HAL_OTFDEC_RegionConfig()
973 Config->EndAddress = READ_REG(region->REG_END_ADDR); in HAL_OTFDEC_RegionGetConfig()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_otfdec.c727 WRITE_REG(region->REG_END_ADDR, Config->EndAddress); in HAL_OTFDEC_RegionConfig()
1123 Config->EndAddress = READ_REG(region->REG_END_ADDR); in HAL_OTFDEC_RegionGetConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_otfdec.c727 WRITE_REG(region->REG_END_ADDR, Config->EndAddress); in HAL_OTFDEC_RegionConfig()
1120 Config->EndAddress = READ_REG(region->REG_END_ADDR); in HAL_OTFDEC_RegionGetConfig()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_otfdec.c727 WRITE_REG(region->REG_END_ADDR, Config->EndAddress); in HAL_OTFDEC_RegionConfig()
1120 Config->EndAddress = READ_REG(region->REG_END_ADDR); in HAL_OTFDEC_RegionGetConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_otfdec.h59 uint32_t EndAddress; /*!< OTFDEC region end address */ member
Dstm32h7xx_hal_fdcan.h706 uint32_t EndAddress; /*!< Specifies the End Address of the allocated RAM. member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_otfdec.h59 uint32_t EndAddress; /*!< OTFDEC region end address */ member
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_otfdec.h59 uint32_t EndAddress; /*!< OTFDEC region end address */ member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_otfdec.h59 uint32_t EndAddress; /*!< OTFDEC region end address */ member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_mce.h45 uint32_t EndAddress; /*!< MCE region end address */ member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_mce.h45 uint32_t EndAddress; /*!< MCE region end address */ member
Dstm32n6xx_hal_rif.h498 …uint32_t EndAddress; /*!< Base region end, address offset to the base address of the protecte… member
512 …uint32_t EndAddress; /*!< Subregion end, address offset to the base address of the protected add… member
Dstm32n6xx_hal_fdcan.h706 uint32_t EndAddress; /*!< Specifies the End Address of the allocated RAM. member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_mce.c432 WRITE_REG(p_region->EADDR, pConfig->EndAddress); in HAL_MCE_ConfigRegion()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_fdcan.h697 uint32_t EndAddress; /*!< Specifies the End Address of the allocated RAM. member