nRF Connect SDK API 2.8.99
|
#include <stdint.h>
Go to the source code of this file.
Functions | |
int | hw_codec_volume_set (uint8_t set_val) |
Set volume on HW_CODEC. | |
int | hw_codec_volume_adjust (int8_t adjustment) |
Adjust volume on HW_CODEC. | |
int | hw_codec_volume_decrease (void) |
Decrease output volume on HW_CODEC by 3 dB. | |
int | hw_codec_volume_increase (void) |
Increase output volume on HW_CODEC by 3 dB. | |
int | hw_codec_volume_mute (void) |
Mute volume on HW_CODEC. | |
int | hw_codec_volume_unmute (void) |
Unmute volume on HW_CODEC. | |
int | hw_codec_default_conf_enable (void) |
Enable relevant settings in HW_CODEC to send and receive PCM data over I2S. | |
int | hw_codec_soft_reset (void) |
Reset HW_CODEC. | |
int | hw_codec_init (void) |
Initialize HW_CODEC. | |