VSF Documented
Macros | Typedefs | Functions | Variables
startup_AIC8800.c File Reference
#include "./device.h"
#include "utilities/vsf_utilities.h"
#include "chip.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)
 
 __imp_unprocessed_weak_handler (NMI_Handler)
 
VSF_CAL_NO_INIT pFunc __isr_vector[dimof(__VECTOR_TABLE) - 4] VSF_CAL_ALIGN (512)
 
void vsf_hal_pre_startup_init (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 Reset_Handler ( void  )

enable FPU

◆ __imp_unprocessed_weak_handler()

__imp_unprocessed_weak_handler ( NMI_Handler  )

◆ VSF_CAL_ALIGN()

VSF_CAL_NO_INIT pFunc __isr_vector[dimof(__VECTOR_TABLE) - 4] VSF_CAL_ALIGN ( 512  )

◆ vsf_hal_pre_startup_init()

void vsf_hal_pre_startup_init ( void  )

Variable Documentation

◆ __INITIAL_SP

uint32_t __INITIAL_SP
extern