思澈科技软件开发工具包  2.20

Functions

HAL_StatusTypeDef HAL_LCPU_CONFIG_set (HAL_LCPU_CONFIG_TYPE_T type, void *value, uint16_t length)
 Set configure parameter, only support in HCPU. More...
 
HAL_StatusTypeDef HAL_LCPU_CONFIG_get (HAL_LCPU_CONFIG_TYPE_T type, uint8_t *value, uint16_t *length)
 Get configure parameter. More...
 
void HAL_LCPU_CONFIG_InitContext (void)
 Force init context without check. More...
 

Detailed Description

LPCONFIG_exported_constants

Function Documentation

◆ HAL_LCPU_CONFIG_get()

HAL_StatusTypeDef HAL_LCPU_CONFIG_get ( HAL_LCPU_CONFIG_TYPE_T  type,
uint8_t *  value,
uint16_t *  length 
)

Get configure parameter.

Parameters
typeParameter type
valueParameter values
lengthParameter length
Return values
HAL_OKif successful, otherwise error

◆ HAL_LCPU_CONFIG_InitContext()

void HAL_LCPU_CONFIG_InitContext ( void  )

Force init context without check.

Returns
void

◆ HAL_LCPU_CONFIG_set()

HAL_StatusTypeDef HAL_LCPU_CONFIG_set ( HAL_LCPU_CONFIG_TYPE_T  type,
void *  value,
uint16_t  length 
)

Set configure parameter, only support in HCPU.

Parameters
typeParameter type
valueParameter values
lengthParameter length
Return values
HAL_OKif successful, otherwise error