Nirvana Jay / Mbed 2 deprecated F7DISCO_Demo

Dependencies:   BSP_DISCO_F746NG_patch mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

KERNEL_BSP

KERNEL_BSP
[CORE]

Kernel BSP routines. More...

Functions

void k_BspInit (void)
 Initializes LEDs, SDRAM, touch screen, CRC and SRAM.
void k_TouchUpdate (void)
 Read the coordinate of the point touched and assign their value to the variables u32_TSXCoordinate and u32_TSYCoordinate.

Detailed Description

Kernel BSP routines.


Function Documentation

void k_BspInit ( void   )

Initializes LEDs, SDRAM, touch screen, CRC and SRAM.

Parameters:
None
Return values:
None

Definition at line 54 of file k_bsp.c.

void k_TouchUpdate ( void   )

Read the coordinate of the point touched and assign their value to the variables u32_TSXCoordinate and u32_TSYCoordinate.

Parameters:
None
Return values:
None

Definition at line 80 of file k_bsp.c.