arch/xtensa: Fix 'interruption' typos
This commit is contained in:
parent
07fd4b564d
commit
c4aa37ee2f
@ -118,8 +118,8 @@ static inline bool is_valid_rtc_gpio(uint32_t rtcio_num)
|
||||
*
|
||||
* Input Parameters:
|
||||
* irq - The IRQ number;
|
||||
* status - The interruption status register;
|
||||
* context - The interruption context.
|
||||
* status - The interrupt status register;
|
||||
* context - The interrupt context.
|
||||
*
|
||||
* Returned Value:
|
||||
* None.
|
||||
@ -163,7 +163,7 @@ static void rtcio_dispatch(int irq, uint32_t status, uint32_t *context)
|
||||
*
|
||||
* Input Parameters:
|
||||
* irq - The IRQ number;
|
||||
* context - The interruption context;
|
||||
* context - The interrupt context;
|
||||
* args - The arguments passed to the handler.
|
||||
*
|
||||
* Returned Value:
|
||||
@ -330,7 +330,7 @@ int esp32_configrtcio(int rtcio_num, rtcio_pinattr_t attr)
|
||||
*
|
||||
* Description:
|
||||
* Initialize logic to support a second level of interrupt decoding for
|
||||
* RTC interruptions.
|
||||
* RTC interrupts.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
@ -48,7 +48,7 @@
|
||||
* we need to swap the bits.
|
||||
*/
|
||||
|
||||
#define TOUCH_LH_BITSWAP(data, n, m) ((((data) >> (n)) & 0x1) == \
|
||||
#define TOUCH_LH_BITSWAP(data, n, m) ((((data) >> (n)) & 0x1) == \
|
||||
(((data) >> (m)) & 0x1) ? (data) : \
|
||||
((data) ^ ((0x1 << (n)) | \
|
||||
(0x1 << (m)))))
|
||||
@ -888,13 +888,13 @@ static inline void touch_lh_clear_group_mask(uint16_t group1_mask,
|
||||
* Name: touch_lh_read_trigger_status_mask
|
||||
*
|
||||
* Description:
|
||||
* Get the channels that triggered a touch interruption.
|
||||
* Get the channels that triggered a touch interrupt.
|
||||
*
|
||||
* Input Parameters:
|
||||
* None.
|
||||
*
|
||||
* Returned Value:
|
||||
* Bitmask of the channels that triggered a touch interruption.
|
||||
* Bitmask of the channels that triggered a touch interrupt.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
@ -908,7 +908,7 @@ static inline uint32_t touch_lh_read_trigger_status_mask(void)
|
||||
* Name: touch_lh_clear_trigger_status_mask
|
||||
*
|
||||
* Description:
|
||||
* Clear the touch interruption channels bitmask.
|
||||
* Clear the touch interrupt channels bitmask.
|
||||
*
|
||||
* Input Parameters:
|
||||
* None.
|
||||
@ -927,7 +927,7 @@ static inline void touch_lh_clear_trigger_status_mask(void)
|
||||
* Name: touch_lh_intr_enable
|
||||
*
|
||||
* Description:
|
||||
* Enable the touch interruption.
|
||||
* Enable the touch interrupt.
|
||||
*
|
||||
* Input Parameters:
|
||||
* None.
|
||||
@ -946,7 +946,7 @@ static inline void touch_lh_intr_enable(void)
|
||||
* Name: touch_lh_intr_disable
|
||||
*
|
||||
* Description:
|
||||
* Disable the touch interruption.
|
||||
* Disable the touch interrupt.
|
||||
*
|
||||
* Input Parameters:
|
||||
* None.
|
||||
@ -965,7 +965,7 @@ static inline void touch_lh_intr_disable(void)
|
||||
* Name: touch_lh_intr_clear
|
||||
*
|
||||
* Description:
|
||||
* Clear the touch interruption status.
|
||||
* Clear the touch interrupt status.
|
||||
*
|
||||
* Input Parameters:
|
||||
* None.
|
||||
|
@ -777,13 +777,13 @@ static inline void touch_lh_clear_channel_mask(uint16_t disable_mask)
|
||||
* Name: touch_lh_read_trigger_status_mask
|
||||
*
|
||||
* Description:
|
||||
* Get the channels that triggered a touch interruption.
|
||||
* Get the channels that triggered a touch interrupt.
|
||||
*
|
||||
* Input Parameters:
|
||||
* None.
|
||||
*
|
||||
* Returned Value:
|
||||
* Bitmask of the channels that triggered a touch interruption.
|
||||
* Bitmask of the channels that triggered a touch interrupt.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
@ -796,7 +796,7 @@ static inline uint32_t touch_lh_read_trigger_status_mask(void)
|
||||
* Name: touch_lh_clear_trigger_status_mask
|
||||
*
|
||||
* Description:
|
||||
* Clear the touch interruption channels bitmask.
|
||||
* Clear the touch interrupt channels bitmask.
|
||||
*
|
||||
* Input Parameters:
|
||||
* None.
|
||||
|
@ -808,13 +808,13 @@ static inline void touch_lh_clear_channel_mask(uint16_t disable_mask)
|
||||
* Name: touch_lh_read_trigger_status_mask
|
||||
*
|
||||
* Description:
|
||||
* Get the channels that triggered a touch interruption.
|
||||
* Get the channels that triggered a touch interrupt.
|
||||
*
|
||||
* Input Parameters:
|
||||
* None.
|
||||
*
|
||||
* Returned Value:
|
||||
* Bitmask of the channels that triggered a touch interruption.
|
||||
* Bitmask of the channels that triggered a touch interrupt.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
@ -827,7 +827,7 @@ static inline uint32_t touch_lh_read_trigger_status_mask(void)
|
||||
* Name: touch_lh_clear_trigger_status_mask
|
||||
*
|
||||
* Description:
|
||||
* Clear the touch interruption channels bitmask.
|
||||
* Clear the touch interrupt channels bitmask.
|
||||
*
|
||||
* Input Parameters:
|
||||
* None.
|
||||
|
Loading…
Reference in New Issue
Block a user