VSF Documented
Macros | Typedefs | Functions | Variables
startup_RP2040.c File Reference
#include "./device.h"
#include "utilities/vsf_utilities.h"
#include "hal/arch/vsf_arch.h"
#include "RP2040.h"

Macros

#define __imp_unprocessed_weak_handler(__name)
 
#define __imp_blocked_weak_handler(__name)
 

Typedefs

typedef void(* pFunc) (void)
 

Functions

__NO_RETURN void __PROGRAM_START (void)
 
void __NO_RETURN Reset_Handler (void)
 
 VSF_MFOREACH (__imp_unprocessed_weak_handler, NMI_Handler, SVC_Handler, PendSV_Handler, SysTick_Handler, __Dummy_Handler_DONOTUSE, UART0_IRQHandler, UART1_IRQHandler, I2C0_IRQHandler, I2C1_IRQHandler)
 
uint32_t __attribute__ ((section(".ram_vector_table")))
 
void _entry_point (void)
 

Variables

uint32_t __INITIAL_SP
 

Macro Definition Documentation

◆ __imp_unprocessed_weak_handler

#define __imp_unprocessed_weak_handler (   __name)
Value:
VSF_CAL_WEAK(__name) \
void __name(void){}
#define __name
Definition hci_transport_aic8800.c:552

◆ __imp_blocked_weak_handler

#define __imp_blocked_weak_handler (   __name)
Value:
VSF_CAL_WEAK(__name) \
void __name(void){while(1);}

Typedef Documentation

◆ pFunc

typedef void(* pFunc) (void)

Function Documentation

◆ __PROGRAM_START()

__NO_RETURN void __PROGRAM_START ( void  )
extern

◆ Reset_Handler()

void __NO_RETURN Reset_Handler ( void  )

◆ VSF_MFOREACH()

◆ __attribute__()

uint32_t __attribute__ ( (section(".ram_vector_table"))  )

◆ _entry_point()

void _entry_point ( void  )

Variable Documentation

◆ __INITIAL_SP

uint32_t __INITIAL_SP
extern