Herzog Library 00.00.01
rel_libdev.herzog.00.00.01.10606
|
#include "stdint.h"
Go to the source code of this file.
Enumerations | |
enum | DCM_FMT_t { DCM_FMT_NONE, DCM_FMT_3BIT, DCM_FMT_4BIT } |
The enum for the duty-cycle modulation format. More... | |
Functions | |
int32_t | DCM_Encoder (DCM_FMT_t mode, uint8_t *src, uint8_t *des, uint8_t len) |
Encode data. More... | |
This file is proprietary to Indie Semiconductor. All rights reserved. Reproduction or distribution, in whole or in part, is forbidden except by express written permission of Indie Semiconductor.
enum DCM_FMT_t |
int32_t DCM_Encoder | ( | DCM_FMT_t | mode, |
uint8_t * | src, | ||
uint8_t * | des, | ||
uint8_t | len | ||
) |
Encode data.
mode | The format for the data to be encoded. |
src | The pointer to the data to be encoded. |
des | The pointer to the decoded data to be saved. |
len | The length bytes of the source data in number of bytes. |