▼BSP | Common code shared by FSP drivers |
Common Error Codes | |
▼MPU Board Support Package | The BSP is responsible for getting the MPU from reset to the user's application. Before reaching the user's application, the BSP sets up the stacks, heap, interrupts and C runtime environment |
RZV2L | |
BSP I/O access | This module provides basic read/write access to port pins |
▼Modules | Modules are the smallest unit of software available in the FSP. Each module implements one interface |
Controller Area Network - Flexible Data (r_canfd) | Driver for the CANFD peripheral on RZ MPUs. This module implements the CAN Interface |
General PWM Timer (r_gpt) | Driver for the GPT peripheral on RZ MPUs. This module implements the Timer Interface |
General Timer (r_gtm) | Driver for the GTM peripherals on RZ MPUs. This module implements the Timer Interface |
External IRQ (r_intc_irq) | Driver for the INTC_IRQ peripheral on RZ/V2L. This module implements the External IRQ Interface |
I/O Ports (r_ioport) | Driver for the I/O Ports peripheral on RZ MPUs. This module implements the I/O Port Interface |
Message Handling Unit for non secure channels (r_mhu_ns) | Driver for the MHU peripherals on RZ MPUs. This module implements the MHU Interface (for secure and non secure channels) |
Message Handling Unit for non-secure software interrupt receive (r_mhu_ns_swint_get) | Driver for the MHU peripherals on RZ MPUs. This module implements the MHU Interface (Software Interrupt Get) |
Message Handling Unit for non-secure software interrupt generation (r_mhu_ns_swint_set) | Driver for the MHU peripherals on RZ MPUs. This module implements the MHU Interface (Software Interrupt Set) |
Message Handling Unit for secure channels (r_mhu_s) | Driver for the MHU peripherals on RZ MPUs. This module implements the MHU Interface (for secure and non secure channels) |
Port Output Enable for GPT (r_poeg) | Driver for the POEG peripheral on RZ MPUs. This module implements the POEG Interface |
I2C Master on RIIC (r_riic_master) | Driver for the RIIC peripheral on RZ MPUs. This module implements the I2C Master Interface |
Renesas Serial Peripheral Interface (r_rspi) | Driver for the RSPI peripheral on RZ MPUs. This module implements the SPI Interface |
Serial Communications Interface (SCIF) UART (r_scif_uart) | Driver for the SCIF peripheral on RZ MPUs. This module implements the UART Interface |
I2C Communication Device (rm_comms_i2c) | Middleware to implement the I2C communications interface. This module implements the Communicatons Middleware Interface |
FreeRTOS Port (rm_freertos_port) | FreeRTOS port for RZ MPUs |
HS300X Temperature/Humidity Sensor (rm_hs300x) | Middleware to implement the HS300X sensor interface. This module implements the HS300X Middleware Interface |
HS400X Temperature/Humidity Sensor (rm_hs400x) | Middleware to implement the HS400X sensor interface. This module implements the HS400X Middleware Interface |
OB1203 Light/Proximity/PPG Sensor (rm_ob1203) | Middleware to implement the OB1203 sensor interface. This module implements the OB1203 Middleware Interface |
ZMOD4XXX Gas Sensor (rm_zmod4xxx) | Middleware to implement the ZMOD4XXX sensor interface. This module implements the ZMOD4XXX Middleware Interface |
▼Interfaces | The FSP interfaces provide APIs for common functionality. They can be implemented by one or more modules. Modules can use other modules as dependencies using this interface layer |
CAN Interface | Interface for CAN peripheral |
External IRQ Interface | Interface for detecting external interrupts |
I2C Master Interface | Interface for I2C master communication |
I/O Port Interface | Interface for accessing I/O ports and configuring I/O functionality |
MHU Interface (for secure and non secure channels) | Interface for Message Handling Unit |
MHU Interface (Software Interrupt Get) | Interface for Message Handling Unit (Software Interrupt Get) |
MHU Interface (Software Interrupt Set) | Interface for Message Handling Unit (Software Interrupt Set) |
POEG Interface | Interface for the Port Output Enable for GPT |
SPI Interface | Interface for SPI communications |
Timer Interface | Interface for timer functions |
Transfer Interface | Interface for data transfer functions |
UART Interface | Interface for UART communications |
Communicatons Middleware Interface | Interface for Communications Middleware functions |
HS300X Middleware Interface | Interface for HS300X Middleware functions |
HS400X Middleware Interface | Interface for HS400X Middleware functions |
OB1203 Middleware Interface | Interface for OB1203 Middleware functions |
ZMOD4XXX Middleware Interface | Interface for ZMOD4XXX Middleware functions |