I2C_Drivers (ARM) 1.1
SMFSW collection of HAL I2C Drivers for ARM
Loading...
Searching...
No Matches
MB85RC256V_ex.c File Reference

MB85RC256V FRAM Driver extensions. More...

#include "MB85RC256V.h"
Include dependency graph for MB85RC256V_ex.c:

Functions

FctERR MB85RC256V_Mass_Erase (MB85RC256V_t *const pCpnt)
 Mass erase of MB85RC256V.
 
void MB85RC256V_WP_GPIO_Init (MB85RC256V_t *const pCpnt, GPIO_TypeDef *const GPIOx, const uint16_t GPIO_Pin, const GPIO_PinState GPIO_Active)
 Write Protect GPIO pin init for MB85RC256V.
 
void MB85RC256V_WP_GPIO_Set (MB85RC256V_t *const pCpnt, const bool state)
 

Detailed Description

MB85RC256V FRAM Driver extensions.

Author
SMFSW

MB85RC256V: 256-Kbit (32K * 8) I2C Memory FRAM

Note
Compatibility (tested):
  • MB85RC256V
  • MB85RC256VL64B

Function Documentation

◆ MB85RC256V_Mass_Erase()

FctERR MB85RC256V_Mass_Erase ( MB85RC256V_t *const pCpnt)

Mass erase of MB85RC256V.

Parameters
[in]pCpnt- Pointer to MB85RC256V component
Returns
FctERR - error code
Here is the call graph for this function:

◆ MB85RC256V_WP_GPIO_Init()

void MB85RC256V_WP_GPIO_Init ( MB85RC256V_t *const pCpnt,
GPIO_TypeDef *const GPIOx,
const uint16_t GPIO_Pin,
const GPIO_PinState GPIO_Active )

Write Protect GPIO pin init for MB85RC256V.

Weak Functions
MB85RC256V Write Protect GPIO pin init may be user implemented if needed
Parameters
[in]pCpnt- Pointer to MB85RC256V component
[in]GPIOx- WP port
[in]GPIO_Pin- WP pin
[in]GPIO_ActiveWP pin active state
Here is the call graph for this function:

◆ MB85RC256V_WP_GPIO_Set()

void MB85RC256V_WP_GPIO_Set ( MB85RC256V_t *const pCpnt,
const bool state )
Here is the call graph for this function: