| 전자부품 데이터시트 검색엔진 |
|
ATtiny10 데이터시트(PDF) 72 Page - ATMEL Corporation |
|
|
|||||||||||||||||||||||||||||
ATtiny10 데이터시트(HTML) 72 Page - ATMEL Corporation |
|
72 / 168 page ![]() 72 8127C–AVR–10/09 ATtiny4/5/9/10 Note: See “Code Examples” on page 5. The code example returns the TCNT0 value in the r17:r16 register pair. It is important to notice that accessing 16-bit registers are atomic operations. If an interrupt occurs between the two instructions accessing the 16-bit register, and the interrupt code updates the temporary register by accessing the same or any other of the 16-bit timer registers, then the result of the access outside the interrupt will be corrupted. Therefore, when both the main code and the interrupt code update the temporary register, the main code must disable the interrupts during the 16-bit access. The following code example shows how to do an atomic read of the TCNT0 Register contents. Reading any of the OCR0A/B or ICR0 Registers can be done by using the same principle. Note: See “Code Examples” on page 5. The code example returns the TCNT0 value in the r17:r16 register pair. The following code example shows how to do an atomic write of the TCNT0 Register contents. Writing any of the OCR0A/B or ICR0 Registers can be done by using the same principle. Assembly Code Example ... ; Set TCNT 0 to 0x01FF ldi r17,0x01 ldi r16,0xFF out TCNT 0H,r17 out TCNT 0L,r16 ; Read TCNT 0 into r17:r16 in r16,TCNT 0L in r17,TCNT 0H ... Assembly Code Example TIM16_ReadTCNT 0: ; Save global interrupt flag in r18,SREG ; Disable interrupts cli ; Read TCNT 0 into r17:r16 in r16,TCNT 0L in r17,TCNT 0H ; Restore global interrupt flag out SREG,r18 ret |
|
링크 URL |
| ALLDATASHEET 가 귀하에 도움이 되셨나요? [ DONATE ] |
Alldatasheet는? | 광고문의 | 운영자에게 연락하기 | 개인정보취급방침 | 링크 투 데이터시트 | 링크교환 | 제조사별 검색 All Rights Reserved©Alldatasheet.com |
| Russian : Alldatasheetru.com | Korean : Alldatasheet.co.kr | Spanish : Alldatasheet.es | French : Alldatasheet.fr | Italian : Alldatasheetit.com Portuguese : Alldatasheetpt.com | Polish : Alldatasheet.pl | Vietnamese : Alldatasheet.vn Indian : Alldatasheet.in | Mexican : Alldatasheet.com.mx | British : Alldatasheet.co.uk | New Zealand : Alldatasheet.co.nz |
|
Family Site : ic2ic.com |
icmetro.com |