MCCI Trusted Bootloader
Simple trusted bootloader and tools for small embedded systems
mccibootloaderboard_stm32h7b3i_dk_request.c File Reference

Go to the source code of this file.

Functions

McciBootloaderBoard_Stm32h7b3iDk_Request_t * McciBootloaderBoard_Stm32h7b3iDk_getRequestPointer (void)
 
bool McciBootloaderBoard_Stm32h7b3iDk_getUpdate (void)
 
void McciBootloaderBoard_Stm32h7b3iDk_setUpdate (bool fRequest)
 

Variables

static McciBootloaderBoard_Stm32h7b3iDk_Request_t sg_McciBootloaderBoard_Stm32h7b3iDk_RequestNo
 
static McciBootloaderBoard_Stm32h7b3iDk_Request_t sg_McciBootloaderBoard_Stm32h7b3iDk_RequestYes
 

Function Documentation

◆ McciBootloaderBoard_Stm32h7b3iDk_getRequestPointer()

◆ McciBootloaderBoard_Stm32h7b3iDk_getUpdate()

bool McciBootloaderBoard_Stm32h7b3iDk_getUpdate ( void  )

◆ McciBootloaderBoard_Stm32h7b3iDk_setUpdate()

Variable Documentation

◆ sg_McciBootloaderBoard_Stm32h7b3iDk_RequestNo

McciBootloaderBoard_Stm32h7b3iDk_Request_t sg_McciBootloaderBoard_Stm32h7b3iDk_RequestNo
static
Initial value:
=
{
.fUpdateRequest = 0,
}
#define MCCI_BOOTLOADER_STM32H7B3I_DK_REQUEST_MAGIC_BEGIN
mark the beginning of a bootloader REQUEST section
#define MCCI_BOOTLOADER_STM32H7B3I_DK_REQUEST_MAGIC_END
mark the end of a bootloader REQUEST section

Definition at line 47 of file mccibootloaderboard_stm32h7b3i_dk_request.c.

Referenced by McciBootloaderBoard_Stm32h7b3iDk_getRequestPointer().

◆ sg_McciBootloaderBoard_Stm32h7b3iDk_RequestYes

McciBootloaderBoard_Stm32h7b3iDk_Request_t sg_McciBootloaderBoard_Stm32h7b3iDk_RequestYes
static
Initial value:
=
{
}
#define MCCI_BOOTLOADER_STM32H7B3I_DK_REQUEST_UPDATE_REQUEST
the distinguished "update request" value

Definition at line 56 of file mccibootloaderboard_stm32h7b3i_dk_request.c.

Referenced by McciBootloaderBoard_Stm32h7b3iDk_setUpdate().