ChibiOS 21.11.4
chcore.c File Reference

Port related template code. More...

#include "ch.h"

Go to the source code of this file.

Functions

void _port_init (void)
 Port-related initialization code.
void _port_switch (thread_t *ntp, thread_t *otp)
 Performs a context switch between two threads.

Detailed Description

Port related template code.

Definition in file chcore.c.