summaryrefslogtreecommitdiff
path: root/chip/npcx/wov_chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/npcx/wov_chip.h')
-rw-r--r--chip/npcx/wov_chip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chip/npcx/wov_chip.h b/chip/npcx/wov_chip.h
index 96bc03c2b8..dce534c501 100644
--- a/chip/npcx/wov_chip.h
+++ b/chip/npcx/wov_chip.h
@@ -427,12 +427,12 @@ void wov_set_i2s_bclk(uint32_t i2s_clock);
* first bit (MSB) of channel 1 (right channel).
* If channel 1 is not used set this field to -1.
*
- * @param flags - WOV_TDM_ADJACENT_TO_CH0 = (1 << 0). There is a
+ * @param flags - WOV_TDM_ADJACENT_TO_CH0 = BIT(0). There is a
* channel adjacent to channel 0, so float SDAT when
* driving the last bit (LSB) of the channel during the
* second half of the clock cycle to avoid bus contention.
*
- * WOV_TDM_ADJACENT_TO_CH1 = (1 << 1). There is a channel
+ * WOV_TDM_ADJACENT_TO_CH1 = BIT(1). There is a channel
* adjacent to channel 1.
*
* @return EC error code.